0.0.1 • Published 2 years ago

hello-wali-1 v0.0.1

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)

0.0.1

2 years ago