extended-dynamic-forms
Version:
Extended React JSON Schema Form (RJSF) v6 with custom components, widgets, templates, layouts, and form events
8 lines (7 loc) • 323 B
TypeScript
export { ColorWidget } from './ColorWidget';
export { RangeWidget } from './RangeWidget';
export { RatingWidget } from './RatingWidget';
export { NumberWidget } from './NumberWidget';
export { TelephoneWidget } from './TelephoneWidget';
export { EmailWidget } from './EmailWidget';
export { URLWidget } from './URLWidget';