Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/ |