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

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.

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