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

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

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 (






)
}
```