1.1.4 • Published 5 years ago

@politico/interactive-style-sketch v1.1.4

Weekly downloads
20
License
MIT
Repository
github
Last release
5 years ago

npm.io

@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
1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago