0.8.2 • Published 5 years ago

biay v0.8.2

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

biay

⚡ Simple UI Components for your React applications

NPM JavaScript Style Guide

Getting started

Install biay and dependencies

yarn add styled-components styled-system biay

Usage

import React from 'react'
import { ThemeProvider } from 'styled-components'

import { Reset, Theme } from 'biay'

export default function App() {
  return (
    <ThemeProvider theme={Theme.dark}>
      <Reset />

      <Text>Usage</Text>
    </ThemeProvider>
  )
}

License

MIT © iamgbayer

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.3

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago