1.0.9 • Published 2 years ago

comigo-ui-library-test v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

alice-component-library

A React Component Library

NPM JavaScript Style Guide

Install

npm install --save alice-component-library

Usage

import React, { Component } from 'react'

import MyComponent from 'alice-component-library'
import 'alice-component-library/dist/index.css'

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

License

MIT © Alex Suarez(https://github.com/Alex Suarez)