UNPKG

@explita/daily-toolset-components

Version:

A lightweight and versatile collection of TypeScript utility functions and form components, inspired by ShadCN UI, designed for seamless everyday development. Enhance your Node.js, React, and Next.js projects with a well-structured suite of helpers for st

14 lines (13 loc) 590 B
export { Button } from "./Button"; export { FormInput as Input } from "./FormInput"; export { Select } from "./FormSelect"; export { FormTextArea as Textarea } from "./FormTextArea"; export { Checkbox } from "./FormCheckBox"; export { Switch } from "./FormSwitch"; export { RadioButton } from "./FormRadioButton"; export { MultiSelect } from "./FormMultiSelect"; export { RadioGroup } from "../ui/radio-group"; export { InputError as InputErrorMessage } from "./InputError"; export { Spinner } from "./Spinner"; export { DataTable } from "./DataTable"; export { Label } from "./FormLabel";