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

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

Awesome Lists containing this project

README

          

Logo

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

| [![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/) Edge | [![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/) Firefox | [![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/) Chrome | [![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/) Safari | [![Electron](https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png)](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.