Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makotot/undecorated

Collection of reusable CSS layout pattern
https://github.com/makotot/undecorated

collection component css layout react styled-components

Last synced: 4 months ago
JSON representation

Collection of reusable CSS layout pattern

Awesome Lists containing this project

README

        

# [Undecorated](https://makotot.github.io/undecorated/)

> Collection of reusable CSS layout pattern.

While components with decorations need to define product-specific styles for each product, layout patterns without decorations do not need to depend on the product itself.
Undecorated aims to provide a reusable layout pattern with no decoration.

## Packages

- [undecorated](./packages/undecorated)
- [undecorated-tokens](./packages/tokens)

## Development

```sh
$ git clone https://github.com/makotot/undecorated.git
$ cd undecorated
$ yarn
$ yarn run bootstrap
$ yarn run collection:dev
```

## License

MIT