- Has a wealth of components.
- Support SSR.
- Use typescript for static type checking.
- Based on react hooks instead of class.
- Minimal dependence.
- Modern browsers and Internet Explorer 9+ (with polyfills)
- Server-side Rendering
- Electron
npm install styled-components
npm install @xl-vision/react
import { Button } from '@xl-vision/react';
ReactDOM.render(<Button>button</Button>, mountNode);
Please refer to the documentation for detailed usage.
$ git clone git@github.com:xl-vision/xl-vision.git
$ cd xl-vision
$ pnpm i
$ npm run dev
Open your browser and visit http://localhost:3000.
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.