@politico/interactive-style-sketch

v1.1.4
Component library for internal app pages.

@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
npm i @politico/interactive-style-sketch

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/12/2020

Downloads