Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

18 satır
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. }