@politico/interactive-style-sketch
v1.1.4
Published
Component library for internal app pages.
Downloads
9
Maintainers
Keywords
Readme
@politico/interactive-style-sketch
Component library for internal app pages.
Quick Start
Installation:
$ yarn add @politico/interactive-style-sketch
Import only what you need:
import { Text } from '@politico/interactive-style-sketch';
Use it in your component:
import React from 'react';
const MyComponent = () => (
<Text />
);
export default MyComponent;
Development
Clone Repo:
$ git clone https://github.com/The-Politico/politico-interactive-style-sketch
Install dependencies:
$ yarn
Start development server:
$ yarn start
Build assets:
$ yarn build