8000 GitHub - halafi/styled-oats: Primitive reusable styled components, yo 🐖
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

halafi/styled-oats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

styled-oats

Primitive reusable components for your app.

cover

Version

Getting Started

yarn add styled-oats
import React from 'react'
import { Line } from 'styled-oats'

const BigLineComponent = () => (
    <Line fontSize={36} fontWeight={700}>
      BOIS
    </Line>
)

About

Primitive reusable styled components, yo 🐖

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0