🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@politico/interactive-style-sketch

Package Overview
Dependencies
Maintainers
11
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@politico/interactive-style-sketch

Component library for internal app pages.

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
11
Created
Source

@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

FAQs

Package last updated on 12 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts