biay
v0.8.2
Published
Made with create-react-library
Downloads
26
Readme
biay
⚡ Simple UI Components for your React applications
Getting started
Install biay and dependencies
yarn add styled-components styled-system biayUsage
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
