0.1.1-alpha.19 • Published 3 years ago

@xl-vision/react v0.1.1-alpha.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

: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 styled-components
npm install @xl-vision/react

:hammer: Usage

import { Button } from '@xl-vision/react';

ReactDOM.render(<Button>button</Button>, mountNode);

Please refer to the documentation for detailed usage.