@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
15 lines • 933 B
JavaScript
export { SkhemataForm } from './src/SkhemataForm';
export { SkhemataFormInput } from './src/SkhemataFormInput';
export { SkhemataFormTextbox } from './src/SkhemataFormTextbox';
export { SkhemataFormCheckbox } from './src/SkhemataFormCheckbox';
export { SkhemataFormTextarea } from './src/SkhemataFormTextarea';
export { SkhemataFormDropdown } from './src/SkhemataFormDropdown';
export { SkhemataFormDropzone } from './src/SkhemataFormDropzone';
export { SkhemataFormQuill } from './src/SkhemataFormQuill';
export { SkhemataFormToggle } from './src/SkhemataFormToggle';
export { SkhemataFormRepeat } from './src/SkhemataFormRepeat';
export { SkhemataFormButton } from './src/SkhemataFormButton';
export { SkhemataFormAutocomplete } from './src/SkhemataFormAutocomplete';
export { SkhemataFormDatePicker } from './src/SkhemataFormDatePicker';
export { SkhemataFormTime } from './src/SkhemataFormTime';
//# sourceMappingURL=index.js.map