@forchange/aui
Version:
ai-boss 业务 ui 组件库
58 lines (37 loc) • 755 B
Markdown
# @forchange/aui
[](https://www.npmjs.com/package/@forchange/aui)
ai-boss 业务 ui 组件库
## Install
```bash
$ npm install @forchange/aui
```
## Components
- EmojiPanel: emoji 表情包
- DingAuth:钉钉扫码获取用户信息
## Usage
```tsx
import { EmojiPanel } from '@forchange/aui'
ReactDOM.render(
<EmojiPanel>
<span className="emoji-btn">点击添加表情</span>
</EmojiPanel>,
mountNode
)
```
## Test
#### 所有用例
```
yarn test
```
#### 指定目录
```
yarn test components/emoji-panel
```
#### 更新快照
```
yarn test components/emoji-panel --updateSnapshot
```
## CHANGELOG
[查看 CHANGELOG](./CHANGELOG.md)
## Contribution
welcome