Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@icgc-argo/uikit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icgc-argo/uikit

[![TypeScript](https://img.shields.io/badge/types-%20TypeScript-blue)](https://www.typescriptlang.org/) [![Netlify Status](https://api.netlify.com/api/v1/badges/378c5fea-f016-406c-9449-f3099441b0b1/deploy-status)](https://app.netlify.com/sites/argo-ui-sto


Version published
Weekly downloads
116
increased by2800%
Maintainers
5
Weekly downloads
 
Created

TypeScript Netlify Status Storybook

This package contains the reusable React UI components for the Icgc Argo project.

Basic setup:

import { ThemeProvider } from '@icgc-argo/uikit';

const App = () => (
  <ThemeProvider>
    <YourAwesomeApp />
  </ThemeProvider>
);
  • Built with Emotion.sh
  • All component import paths matches Storybook structure under uikit
    • ex: import Table from '@icgc-argo/uikit/table
  • Also comes with TypeScript type definitions

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