1.0.0 • Published 4 years ago

stray-grid v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React Stray Grid

Sistema de grid contruído com styled components e css grid.

Documentação em progresso...

Installation

import { Grid, Item } from 'stray-grid'

<Grid>
  <Item>
  </Item>
  ....
  <Item></Item>
</Grid>

:rocket: Technologies

Esse projeto foi desenvolvido com as seguintes tecnologias:

Release History

  • 0.1.0

Meta

Matthaus Zillig – Linkedin

https://github.com/MatthausZillig

Como contribuir

  1. Fork it (https://github.com/MatthausZillig/chuck-norris-facts)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request