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 行
450 B

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