0.8.2 • Published 3 years ago

biay v0.8.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.2

3 years ago

0.7.3

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

3 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago