UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

10 lines (9 loc) 483 B
export { VuiCheckbox } from "./checkbox/Checkbox"; export { VuiLabel } from "./label/Label"; export { VuiNumberInput } from "./input/NumberInput"; export { VuiRadioButton } from "./radioButton/RadioButton"; export { VuiSelect } from "./select/Select"; export { VuiSuperRadioGroup } from "./superRadioGroup/SuperRadioGroup"; export { VuiTextInput } from "./input/TextInput"; export { VuiTextArea } from "./textArea/TextArea"; export { VuiPasswordInput } from "./input/PasswordInput";