@heapapp/ui

0.3.2 • Public • Published

Heap UI

Component Library or Heap App

npm (scoped) David npm bundle size Twitter Netlify Status

Installation

Using NPM

npm i -D @heapapp/ui

Using Yarn

yarn add -D @heapapp/ui

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import {HeapThemeProvider, TextButton} from '@heapapp/ui'

const App = () => (
   <HeapThemeProvider>
      <TextButton type='solid' typeColor='blue.400'>
         Primary
      </TextButton>
   </HeapThemeProvider>
)

ReactDOM.render(<App/>, document.getElementById('root'))

Readme

Keywords

none

Package Sidebar

Install

npm i @heapapp/ui

Weekly Downloads

2

Version

0.3.2

License

MIT

Unpacked Size

127 kB

Total Files

6

Last publish

Collaborators

  • prvnbist