Skip to content

Instantly share code, notes, and snippets.

@beshanoe
beshanoe / Spinner.js
Created August 7, 2017 14:07 — forked from knowbody/Spinner.js
Spinner - using styled-components
import React from 'react';
import styled from 'styled-components';
const rotate = keyframes`
100% {
transform: rotate(360deg);
}
`
const dash = keyframes`