https://github.com/wustzhaohui/eric-components
React components that may be used in work
https://github.com/wustzhaohui/eric-components
components frontend reactjs vite web
Last synced: 3 months ago
JSON representation
React components that may be used in work
- Host: GitHub
- URL: https://github.com/wustzhaohui/eric-components
- Owner: wustzhaohui
- Created: 2024-02-21T03:50:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T06:43:07.000Z (about 2 years ago)
- Last Synced: 2025-05-03T15:02:00.667Z (about 1 year ago)
- Topics: components, frontend, reactjs, vite, web
- Language: TypeScript
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

Eric components
Component encapsulation used in Eric's work. React UI library.
## ✨ Features
Construction
## 🖥 Environment Support
- Modern browsers
- Server-side Rendering
- [Electron](https://www.electronjs.org/)
| [](http://godban.github.io/browsers-support-badges/) Edge | [](http://godban.github.io/browsers-support-badges/) Firefox | [](http://godban.github.io/browsers-support-badges/) Chrome | [](http://godban.github.io/browsers-support-badges/) Safari | [](http://godban.github.io/browsers-support-badges/) Electron |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 📦 Install
```sh
npm i eric-components
```
```sh
yarn add eric-components
```
```sh
pnpm add eric-components
```
## ⌨️ Development
```sh
git clone https://github.com/wustzhaohui/eric-components.git
cd eric-components
npm install
npm run dev
```
Open your browser and visit [http://127.0.0.1:3956](http://127.0.0.1:3956/).
## 👣 Components Progress
- Icon ✅
- Button ✅
- Calendar ✅
- Drag ✅
- Space ✅
## 🧐 By the way
This project is coding by myself. I would not code all the components than others,like [antd](https://github.com/ant-design/ant-design?tab=readme-ov-file).I just code coponents what i would use next project.You can also tell me your demand.I will code if time enough.