0.0.11-beta • Published 4 months ago

evp-design-ui v0.0.11-beta

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

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

Issues

Contributing

Sponsors

0.0.11-beta

4 months ago

0.0.10-beta

6 months ago

0.0.8-beta

6 months ago

0.0.6-beta

7 months ago

0.0.9-beta

6 months ago

0.0.4-beta

7 months ago

0.0.7-beta

6 months ago

0.0.5-beta

7 months ago

0.0.3-beta

7 months ago

0.0.2-beta

7 months ago

0.0.1-beta

7 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago