Skip to main content
Glama
deleonio
by deleonio
basic.tsx649 B
import { KolForm, KolInputText } from '@public-ui/react-v19'; import type { FC } from 'react'; import React from 'react'; import { SampleDescription } from '../SampleDescription'; export const FormBasic: FC = () => ( <> <SampleDescription> <p>KolForm renders a form around the input components provided in a slot. This sample shows a basic form with three input fields.</p> </SampleDescription> <KolForm className="w-full"> <div className="grid gap-2"> <KolInputText id="input1" _label="Input 1" /> <KolInputText id="input2" _label="Input 2" /> <KolInputText id="input3" _label="Input 3" /> </div> </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