1.1.0 • Published 7 months ago

as-ui-comps v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

as-ui-comps

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save as-ui-comps

Usage

import React, { Component } from 'react'

import MyComponent from 'as-ui-comps'
import 'as-ui-comps/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © asaleh37

1.1.0

7 months ago

1.0.0

7 months ago