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 🐖
- Host: GitHub
- URL: https://github.com/halafi/styled-oats
- Owner: halafi
- Created: 2018-07-30T15:56:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T17:38:06.000Z (over 7 years ago)
- Last Synced: 2025-10-09T00:40:46.064Z (6 months ago)
- Topics: bois, styled-components
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/styled-oats
- Size: 20.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# styled-oats
Primitive reusable components for your app.

[![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
)
```