xl-vision
v0.1.0-beta.8
Published
the high quality UI library for react
Downloads
20
Readme
xl-vision
A feature-rich React component library.
The compiled package of the project contains the svg icon code in awesome, so the gzip is large, it is recommended to import it on demand.
:sparkles: Features
- Has a wealth of components.
- Support SSR.
- Use typescript for static type checking.
- Based on react hooks instead of class.
- Minimal dependence.
:computer: Environment
- Modern browsers and Internet Explorer 9+ (with polyfills)
- Server-side Rendering
- Electron
:package: Install
npm install xl-vision
:hammer: Usage
import {Button} from 'xl-vision'
ReactDOM.render(<Button>button</Button>, mountNode)
Then import style manually
import 'xl-vision/lib/style/index.css'
Please refer to the documentation for detailed usage.
:keyboard: Development
$ git clone [email protected]:xl-vision/xl-vision.git
$ cd xl-vision
$ npm install
$ npm run dev
Open your browser and visit http://localhost:3000.
:handshake: Contributing And Issue
The project is still under development and we welcome anyone's contribution to the project. Your contribution will make the project more perfect. Of course, if you have any problems with the use, we also welcome you to issue.