Skip to main content
Glama
deleonio
by deleonio
date-in-form.tsx631 B
import { KolButton, KolForm, KolInputDate } from '@public-ui/react-v19'; import type { FC } from 'react'; import React from 'react'; import { SampleDescription } from '../components/SampleDescription'; export const DateInForm: FC = () => ( <> <SampleDescription> <p>KolForm with KolInputDate inside to make sure enter on the date icon does not submit the form.</p> </SampleDescription> <KolForm _on={{ onSubmit: () => { console.error('submitted'); alert('submitted'); }, }} > <KolInputDate _label="date" _name="datum" /> <KolButton _label="Submit" _type="submit" /> </KolForm> </> );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server