1.3.0 • Published 4 years ago

@hq-web/bm-component-library v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

bm-component-library

Library of UI components and other useful universal utilities for use in Bass-Mollett frontend environments

NPM JavaScript Style Guide

Install

npm install --save bm-component-library

Usage

import React, { Component } from 'react'

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

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

License

MIT © mtngoatgit

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago