https://github.com/remorses/layout-kit-react
Components to easy and modern layouts
https://github.com/remorses/layout-kit-react
Last synced: 7 months ago
JSON representation
Components to easy and modern layouts
- Host: GitHub
- URL: https://github.com/remorses/layout-kit-react
- Owner: remorses
- Created: 2020-06-04T10:43:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T17:03:47.000Z (over 4 years ago)
- Last Synced: 2025-03-04T18:40:47.073Z (10 months ago)
- Language: TypeScript
- Size: 719 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# layout-kit-react
Some layout components that follow the style-system spec
- `Box`
- `Stack`
- `Spacer`
```
npm i layout-kit-react @emotion/react
```
## Usage
```tsx
import { Stack, Box } from 'layout-kit-react'
const App = () => {
return (
)
}
```