1.3.0 • Published 5 years ago

fw-ui v1.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

fw-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save fw-ui

Usage

import React, { Component } from 'react'

import {Button, FwUi, Icon, Label, Segment} from 'fw-ui'
import 'fw-ui/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Fragment>
        <FwUi />
        <Button primary onClick={() => alert('click')}>Hi</Button>
        <Segment>
          <Label>
            <Icon name='mail' /> 23
          </Label>
          <Divider />
          <Button primary>Primary</Button>
          <Button secondary content='Secondary' />
          <Button negative content='Negative' />
        </Segment>
      </Fragment>
    );
  }
}

License

MIT © fmgusmao

1.2.0

5 years ago

1.1.0

5 years ago

1.3.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago