az-ui-library
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
az-ui-library
Made with create-react-library
Install
npm install --save az-ui-library
Usage
import React, { Component } from 'react'
import MyComponent from 'az-ui-library'
import 'az-ui-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Amit Znati](https://github.com/Amit Znati)