onepair-ui

1.4.1 • Public • Published

onepair-ui

UI Components for onepair

Installation

yarn add --dev onepair-ui

Usage

import React from 'react'
import { Footer, Header } from 'onepair-ui'

const Component = (props) => (
  <React.Fragment>
    <Header/>
    <Footer/>
  </React.Fragment>
)

Develop

$ yarn storybook

Readme

Keywords

Package Sidebar

Install

npm i onepair-ui

Weekly Downloads

4

Version

1.4.1

License

none

Unpacked Size

181 kB

Total Files

6

Last publish

Collaborators

  • gates1de
  • jaxx2104