UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

13 lines (12 loc) 538 B
export { Tooltip } from './Tooltip'; export { ProgressIndicator } from './ProgressIndicator'; export { ValidationIcon } from './ValidationIcon'; export { ToggleSwitch } from './ToggleSwitch'; export { Pill } from './Pill'; export { ScrollArea } from './ScrollArea'; export { Popover } from './Popover'; export { DraggableList } from './DraggableList'; export { LoadingSpinner } from './LoadingSpinner'; export { ValidationSummary } from './ValidationSummary'; export { FormActions } from './FormActions'; export { Badge } from './Badge';