Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 line
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. }