Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/makotot/undecorated
- Owner: makotot
- Archived: true
- Created: 2019-09-10T15:44:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T16:38:05.000Z (about 5 years ago)
- Last Synced: 2024-09-22T00:08:19.517Z (4 months ago)
- Topics: collection, component, css, layout, react, styled-components
- Language: TypeScript
- Homepage: https://makotot.github.io/undecorated/
- Size: 5.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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