biay

0.8.2 • Public • Published

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

/biay/

    Package Sidebar

    Install

    npm i biay

    Weekly Downloads

    21

    Version

    0.8.2

    License

    MIT

    Unpacked Size

    228 kB

    Total Files

    48

    Last publish

    Collaborators

    • guuibayer