Skip to main content
Glama
deleonio
by deleonio
basic.tsx867 B
import type { FC } from 'react'; import React from 'react'; import { FormWrap } from '../FormWrap'; import { SampleDescription } from '../SampleDescription'; import { InputNumberVariants } from './partials/variants'; export const InputNumberBasic: FC = () => ( <> <SampleDescription> <p> KolInputNumber encompasses basic functionalities, utilizing the min, max, and step attributes to restrict the range of input values. Despite these constraints, it allows free input that can ignore the defined minimum and maximum values, as well as step sizes. The component intentionally does not emphasize validation rules, supporting examples without form validation, and refrains from additional validation through native HTML element validation. </p> </SampleDescription> <FormWrap RefComponent={InputNumberVariants} showButtons={false} /> </> );

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