Skip to content

Instantly share code, notes, and snippets.

View landitus's full-sized avatar

Fernando Carrettoni landitus

View GitHub Profile
const List = styled.ul`
display: flex;
`
const ListItem = styled.li`
margin-right: 16px;
`
const Example = () => {
return (
<nav>
@landitus
landitus / 0_reuse_code.js
Last active August 29, 2015 14:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@landitus
landitus / fiddle.response.json
Created February 17, 2014 23:12
Calendar data json
[
{
"id": 1466,
"title": "Día de la Memoria la Verdad y la Justicia",
"start": "2014-03-04 00:00:00",
"end": "2014-03-05 00:00:00",
"className": "grid-event grid-event--feed-general all-day",
"url": "/calendario/eventos/2014/03/feriado-dia-de-la-memoria-la-verdad-y-la-justicia/",
"allDay": true
},