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

brass-ui-kit

Package Overview
Dependencies
Maintainers
2
Versions
225
Alerts
File Explorer

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.

  • 4.11.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
decreased by-64.71%
Maintainers
2
Weekly downloads
 
Created
Source

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/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

FAQs

Package last updated on 24 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc