evp-design-ui
v0.0.14-beta
Published
evp-design-ui is a lightweight and easy-custom UI framework with atomlized attributes for React.js.
Downloads
8
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( unpublished ) or from github / gitee releases assets.
npm:
npm install evp-design-ui --save
yarn:
yarn add evp-design-ui
Getting started
import { Button } from 'evp-design-ui';
export default function Page() {
return (
<Button>Click me</Button>
);
}
Documentation
Live Documents ( https://jun-laner.gitee.io/evp-design-ui /)