Skip to content

Instantly share code, notes, and snippets.

View Minozzzi's full-sized avatar

Guilherme Minozzi Minozzzi

  • Aarin
  • Pato Branco - PR
  • 17:01 (UTC -03:00)
View GitHub Profile
@knowbody
knowbody / Spinner.js
Created April 6, 2017 12:27
Spinner - using styled-components
import React from 'react';
import styled from 'styled-components';
const Spinner = () => (
<StyledSpinner viewBox="0 0 50 50">
<circle
className="path"
cx="25"
cy="25"
r="20"