xl-vision
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-beta.8 • Public • Published

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.

Codacy Badge codecov Build Status Dependencies DevDependencies npm package NPM downloads Average time to resolve an issue Percentage of issues still open License used js gzip css gzip

✨ Features

  • Has a wealth of components.
  • Support SSR.
  • Use typescript for static type checking.
  • Based on react hooks instead of class.
  • Minimal dependence.

💻 Environment

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron

📦 Install

npm install xl-vision

🔨 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.

⌨️ Development

$ git clone git@github.com:xl-vision/xl-vision.git
cd xl-vision
$ npm install
$ npm run dev

Open your browser and visit http://localhost:3000.

🤝 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.

Readme

Keywords

Package Sidebar

Install

npm i xl-vision

Weekly Downloads

59

Version

0.1.0-beta.8

License

MIT

Unpacked Size

23 kB

Total Files

4

Last publish

Collaborators

  • npm
  • rhys_xia