New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

brass-ui-kit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brass-ui-kit

The official UI component library for Brass React projects.


Version published
Maintainers
1
Created

brass-ui-kit

The official UI component library for Brass React projects.

NPM JavaScript Style Guide

Install

npm install --save brass-ui-kit

Usage

import React, { Component } from 'react'

import { Button } from 'brass-ui-kit'
import 'brass-ui-kit/dist/index.css'

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

License

MIT © worldclassdev

FAQs

Package last updated on 23 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts