Skip to content

Instantly share code, notes, and snippets.

View leonardosal's full-sized avatar
🏠
Working from home

Leonardo Almeida leonardosal

🏠
Working from home
View GitHub Profile
@leonardosal
leonardosal / arccodion.jsx
Last active September 20, 2020 22:00
arccodion
import React, { useState } from 'react';
import styled from 'styled-components';
import media from 'styled-media-query';
import * as S from './styles';
import * as T from '../Typograph';
import Icon from '../Icons';
export const Wrapper = styled.div`
padding: 16px;
background: #ffffff;