Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcfd/grigliata

A styled-components grid system.
https://github.com/lcfd/grigliata

design-system hacktoberfest hacktoberfest2021 styled-components typescript

Last synced: about 4 hours ago
JSON representation

A styled-components grid system.

Awesome Lists containing this project

README

        

# Grigliata

A styled-components grid system.

![logo](./assets/logo-colored.svg)

## Why you should use it?

* It's not rocket science
* It works
* It will force you to manage the responsiveness of your website/application. So no more random padding on your website when used on a tablet.

## Documentation

You can find instructions and examples on the [documentation](https://lcfd.github.io/grigliata/) website.

Or, if you want to see an example right away, look below ⬇️

### A full example

```jsx
export const App = () => {
const ROW_PADDING = {
mobile: 0.5,
tabletPortrait: 0.5,
tabletLandscape: 0.5,
desktop: 0.5
};

return (





Content






)
}
```

## Development

To test the package we suggest using the [yalc](https://www.npmjs.com/package/yalc)](https://www.npmjs.com/package/yalc) package.

Here's a useful command to build and update your local build:

```bash
yarn build && yalc push
```

## Used by

* 2018 [PyCon Italia](https://pycon.it)