Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinleicoder/react-chat-ui-components
React即时通讯UI组件库
https://github.com/yinleicoder/react-chat-ui-components
react storybook
Last synced: about 2 months ago
JSON representation
React即时通讯UI组件库
- Host: GitHub
- URL: https://github.com/yinleicoder/react-chat-ui-components
- Owner: yinleiCoder
- License: apache-2.0
- Created: 2021-02-10T13:06:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T09:27:42.000Z (almost 4 years ago)
- Last Synced: 2024-12-05T13:48:15.865Z (2 months ago)
- Topics: react, storybook
- Language: JavaScript
- Homepage: https://yinleicoder.github.io/react-chat-ui-components/?path=/story/example-introduction--page
- Size: 3.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React即时通讯UI组件库
- styled-components
- storybook
- react-router
- react-spring---
## hygen 模板生成器
- npm i -g hygen
- hygen init self
- hygen generator new component
gengerator是生成器的生成器
component是自定义的生成器名
new是自定义的action
1个生成器可以对应很多action
具体写法参照_templates/component/new/*示例代码
hygen component new Icon## font-awesome图标库
```
yarn add @fortawesome/react-fontawesome
yarn add @fortawesome/fontawesome-svg-core
yarn add @fortawesome/free-brands-svg-icons
yarn add @fortawesome/free-regular-svg-icons
yarn add @fortawesome/free-solid-svg-icons
```