https://github.com/evanpatchouli/evp-design-ui
evp-design-ui is a lightweight and easy-custom UI framework with atomlized attributes for React.js.
https://github.com/evanpatchouli/evp-design-ui
framework react ui-library webui
Last synced: about 1 year ago
JSON representation
evp-design-ui is a lightweight and easy-custom UI framework with atomlized attributes for React.js.
- Host: GitHub
- URL: https://github.com/evanpatchouli/evp-design-ui
- Owner: Evanpatchouli
- License: mit
- Created: 2023-08-26T09:32:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T05:05:03.000Z (over 1 year ago)
- Last Synced: 2025-01-17T04:09:55.554Z (about 1 year ago)
- Topics: framework, react, ui-library, webui
- Language: TypeScript
- Homepage: https://evanpatchouli.github.io/evp-design-ui/
- Size: 26.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evp-design-ui
**evp-design-ui** is a lightweight and easy-custom UI framework with atomlized attributes for React.js.
- lightweight : it doesn't have heavy and complex components structure and CSS styles but still is simple and of good look.
- easy-custom : it provides many apis out of the box to custom the components directly as the way you like rather than siting the nodes by debugging with dev tools hardly.
- atomlized : it provides many components with atomic attributes to make the components more quickly to be build.
## Installation
This repository is the development workspace of **evp-design-ui** , you should install evp-design-ui from npm or from github / gitee releases assets.
**npm:**
```shell
npm install evp-design-ui --save
```
**yarn:**
```shell
yarn add evp-design-ui
```
## Getting started
### Import global style
At your entry file (such as `main.jsx`), import the global style file.
```jsx
import "evp-design-ui/global.css";
```
### Use components
```tsx
import { Button } from "evp-design-ui";
export default function Page() {
return Click me;
}
```
## Documentation
[Live Documents](https://evanpatchouli.github.io/evp-design-ui/) [( https://evanpatchouli.github.io/evp-design-ui /)](https://evanpatchouli.github.io/evp-design-ui/)
## Issues
## Contributing
## Sponsors