Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

18 строки
478 B

  1. import Button from './lib/components/Button/Button'
  2. import Checkbox from './lib/components/Checkbox/Checkbox'
  3. import Icon from './lib/components/Icon/Icon'
  4. import RadioButton from './lib/components/RadioButton/RadioButton'
  5. import Select from './lib/components/Select/Select'
  6. import Slider from './lib/components/Slider/Slider'
  7. import TextInput from './lib/components/TextInput/TextInput'
  8. export {
  9. Button,
  10. Checkbox,
  11. Icon,
  12. RadioButton,
  13. Select,
  14. Slider,
  15. TextInput,
  16. }