xl-vision react components.
npm install @xl-vision/react- 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
`jsx
import { Button } from '@xl-vision/react';
ReactDOM.render(, mountNode);
``
Please refer to the documentation for detailed usage.