hyper-ui-components

1.1.3 • Public • Published

UI-components

Install

npm install --save ui-components

Button

import React, { Component } from 'react'
import { Button } from 'ui-components'

import MyComponent from 'ui-components'

class Example extends Component {
  render () {
    return (
      <Button
        mod='blue small'
        strong
        onClick={ console.log('click') }
      >
        Button text
      </Button>
    )
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i hyper-ui-components

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

655 kB

Total Files

8

Last publish

Collaborators

  • questionmark