An open API service indexing awesome lists of open source software.

https://github.com/halafi/styled-oats

Primitive reusable styled components, yo 🐖
https://github.com/halafi/styled-oats

bois styled-components

Last synced: 3 months ago
JSON representation

Primitive reusable styled components, yo 🐖

Awesome Lists containing this project

README

          

# styled-oats

Primitive reusable components for your app.

![cover](https://www.dailydot.com/wp-content/uploads/2e3/36/pigsoatsoriginal.jpg "Bois")

[![Version][version-badge]][npm]

[version-badge]: https://img.shields.io/npm/v/styled-oats.svg?style=flat-square

[npm]: https://npmjs.com/package/styled-oats

## Getting Started

```sh
yarn add styled-oats
```

```jsx
import React from 'react'
import { Line } from 'styled-oats'

const BigLineComponent = () => (

BOIS

)
```