bright-ui icon indicating copy to clipboard operation
bright-ui copied to clipboard

💎 A set of components for React 16+.

overview

A set of components for React 16+ built with TypeScript.

Read the docs

:rocket: Work in progress...

Overview

overview

Installation

npm install bright-ui --save

Usage

import React from 'react'
import ReactDOM from 'react-dom'

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

ReactDOM.render(
  <Button>click</Button>,
  document.getElementById('app')
)

License

The MIT License