Socket
Book a DemoInstallSign in
Socket

brave-ui-extended

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brave-ui-extended

List of reusable React components to enhance your brave UI

latest
Source
npmnpm
Version
0.22.0
Version published
Maintainers
1
Created
Source

Brave UI

List of reusable React components written in TypeScript to enhance your brave UI

THIS IS EXPERIMENTAL TECHNOLOGY, WHICH MEANS THAT API CAN BE CHANGED AT ANY TIME.
FOLLOW THE STABILITY INDEX LINK BELOW FOR FURTHER INFORMATION.

Available components

To check current progress of each component please refer to Components Stability Index. For a live demo and API overview access https://brave.github.io/brave-ui

Installation

# If you prefer using yarn: yarn add brave-ui
npm i --save brave-ui

Sample Usage

const { PushButton } = require('brave-ui')

// alternatively you can pass
// const PushButton = require('brave-ui/pushButton')

// ES6 imports also work
// import PushButton from 'brave-ui/pushButton'

//...

render () {
  return (
    <PushButton theme='secondary' onClick={this.doSomething}>
      Click me
    </PushButton>
  )
}

Don't forget to go to https://brave.github.io/brave-ui for more examples and API demonstration.

Contributing

Please refer to https://github.com/brave/brave-ui for contributing documentation.

License

brave-ui is licensed under the MPL-2.0.

Keywords

brave

FAQs

Package last updated on 24 Jul 2018

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