This package has been deprecated

Author message:

WARNING: This project has been renamed to md-components

hbm-react-components

3.0.0 • Public • Published

hbm-react-components

js-standard-style Build Status npm Coverage Status

Sauce Test Status

Installation

$ npm install --save hbm-react-components

Usage

/js/index.js

import React from 'react';
import {Button} from 'react-components';


class App extends React.Component {

  onClick = () => {
    console.log('clicked');
  }

  render() {
    return (
      <div>
        <Button onClick={this.onClick}>
          Hello
        </Button>
      </div>
    );
  }

}

/css/index.scss

@import "../node_modules/react-components/css/hbm";
@import "../node_modules/react-components/button/Button";

Design Decisions

Interested in more of our technical decisions? See Design Decisions.

Development

New release

np - A better npm publish

$ np

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hbm-react-components

Weekly Downloads

29

Version

3.0.0

License

MIT

Last publish

Collaborators

  • zemirco