@politico/interactive-style-sketch

Component library for internal app pages.

Usage no npm install needed!

<script type="module">
  import politicoInteractiveStyleSketch from 'https://cdn.skypack.dev/@politico/interactive-style-sketch';
</script>

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