/foundation-ui

Primary LanguageTypeScript

@huelet/foundation-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @huelet/foundation-ui

Usage

import React, { Component } from 'react'

import MyComponent from '@huelet/foundation-ui'
import '@huelet/foundation-ui/dist/index.css'

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

License

GPL-3.0 © lerichardson