brass-ui-kit
v4.11.9
Published
The official UI component library for Brass React projects.
Downloads
320
Readme
brass-ui-kit
The official UI component library for Brass React projects.
Install
npm install --save brass-ui-kit
Usage
import React, { Component } from 'react'
import { Button } from 'brass-ui-kit'
import 'brass-ui-kit/dist/styles/brass-light.css'
or
import 'brass-ui-kit/dist/styles/brass-dark.css'
or
import 'brass-ui-kit/dist/styles/brass-money.css'
class Example extends Component {
render() {
return <Button>Button</Button>
}
}
Development
This package uses GitHub Actions
to publish to the NPM registry
and to ensure consistent and proper sermantic versions and release tags, you need to run the command below
to commit changes and then follow the prompt.
yarn commit
License
MIT © BrassHQ