0.3.2 • Published 5 years ago

@heapapp/ui v0.3.2

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

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'))
0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.1

6 years ago