0.1.0 • Published 4 years ago

superbro-react v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

superbro-react forthebadge forthebadge NPM JavaScript Style Guide

SUPERBRO React

Minimalistic Boilerplate based on Superbro CSS framework.

This React project is Under Construction, initial release will be done when all components are done..

Visit Superbro.DEV for CSS version.

Components

Done Components:

  • Grid

Planned Components:

  • Breadcrumb
  • Cards
  • Dropdown
  • Labels
  • Progress Bar
  • Profile
  • Buttons
  • Forms
  • Tables
  • Blockquote
  • Codeblock
  • Menu

Install

npm install --save superbro-react

Usage

import React from 'react'

import MyComponent from 'superbro-react'
import 'superbro-react/dist/index.css'

ReactDOM.render(
  <MyComponent />,
  document.getElementById('root')
);

Version

Currently work in progress.

License

Superbro-react is free to use under the open-source MIT-License

0.1.0

4 years ago