0.0.5 • Published 8 months ago

@ids-react/camel-ui v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ds-react-camel-ui

站在巨人的肩上,仅用来学习,fork自camel-ui

样式预览

image

使用方法

安装

$ npm i @ids-react/camel-ui

使用

import { Button } from '@ids-react/camel-ui';
import '@ids-react/camel-ui/dist/index.css';

<Button>按钮</Button>

参考App.tsx中每个组件的使用方法,基本都非常简单,每个组件1-3行代码。

组件列表

  • badge
  • button
  • card
  • checkbox
  • combobox
  • details
  • dialog
  • input
  • input file
  • radio
  • select
  • switch
  • table
  • tabs
  • textarea
  • tooltip