@xl-vision/xl-vision
v0.0.2-beta.54
Published
the high quality UI library for react
Downloads
14
Readme
xl-vision
A feature-rich React component library.
: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/xl-vision
:hammer: Usage
import {Button} from '@xl-vision/xl-vision'
ReactDOM.render(<Button>button</Button>, mountNode)
Then import style manually
import '@xl-vision/xl-vision/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 site:start
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.