Home

Awesome

Styled Shortcut Components 💅

Build Status npm version Coverage Status

TL;DR

Install

$ npm i --save styled-shortcut-components

Usage

All you need to do to get the power of Styled Shortcuts is change your import from this:

import styled from 'styled-components';

to this:

import styled from 'styled-shortcut-components';

See Styled Components and Styled Shortcuts for complete details.