1.1.4 • Published 4 years ago

@politico/interactive-style-sketch v1.1.4

Weekly downloads
20
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago