Skip to content

Evanpatchouli/evp-design-ui

Repository files navigation

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:

npm install evp-design-ui --save

yarn:

yarn add evp-design-ui

Getting started

Import global style

At your entry file (such as main.jsx), import the global style file.

import "evp-design-ui/global.css";

Use components

import { Button } from "evp-design-ui";

export default function Page() {
  return <Button>Click me</Button>;
}

Documentation

Live Documents ( https://evanpatchouli.github.io/evp-design-ui /)

Issues

Contributing

Sponsors

About

evp-design-ui is a lightweight and easy-custom UI framework with atomlized attributes for React.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors