Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 542 Bytes

@bjarnehelland/ui

My personal react ui library

NPM JavaScript Style Guide

Install

yarn add @bjarnehelland/ui

Usage

import React from 'react'

import { Button } from '@bjarnehelland/ui'

const Example = () => {
  return <Button>Click me</Button>
}

License

MIT © bjarnehelland