Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/react-materials
repo for learning react
https://github.com/cirolee/react-materials
learning react react-router
Last synced: 5 days ago
JSON representation
repo for learning react
- Host: GitHub
- URL: https://github.com/cirolee/react-materials
- Owner: CiroLee
- License: mit
- Created: 2022-09-22T15:53:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T05:39:23.000Z (about 1 year ago)
- Last Synced: 2024-11-03T17:23:45.302Z (about 2 months ago)
- Topics: learning, react, react-router
- Language: TypeScript
- Homepage: https://cirolee.github.io/react-materials/
- Size: 3.25 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-materials
## 组件列表
| 名称 | 描述 |
| :------------------------------------------------------- | ------------------ |
| [Loading](./src/components/loading/index.tsx) | Loading 组件 |
| [Button](./src/components/button/index.tsx) | Button 组件 |
| [ResizableBox](./src/components/resizableBox/index.tsx) | ResizableBox 组件 |
| [Popup](./src/components/Popup/index.tsx) | Popup 组件 |
| [Radio](./src/components/Radio/index.tsx) | Radio 组件 |
| [Input](./src/components/Input/index.tsx) | Input 组件 |
| [Textarea](./src/components/Textarea/index.tsx) | Textarea 组件 |
| [ReIcon](./src/components/ReIcon/index.tsx) | Icon 组件 |
| [Show](./src/components/Show/index.tsx) | Show 条件渲染组件 |
| [Indicator](./src/components/Indicator/index.tsx) | Indicator 组件 |
| [Signature](./src/components/Signature/index.tsx) | Signature 签名组件 |
| [TodoList](./src//pages/businessPage/todoList/index.tsx) | todoList |## 开发
```
npm run dev
```## 构建
```
npm run build
```## 技术栈
| 名称 | 描述 | 链接 |
| ---------------- | -------------------------------- | ---------------------------------- |
| react18 | 用于构建用户界面的 JavaScript 库 | https://zh-hans.reactjs.org/ |
| react-router(v6) | react 路由管理 | https://reactrouter.com/docs/en/v6 |
| tailwindcss | 原子 css | https://tailwindcss.com/ |
| typescript | javascript 扩展 | https://www.typescriptlang.org/ |
| vite | 前端构建工具 | https://cn.vitejs.dev/ |