Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@seracio/recycle

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seracio/recycle

A set of React components to make charts rapidly

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

recycle

A set of React components to make charts rapidly

Usage

import { xy } from '@seracio/recycle';

render(
    <xy.Chart data={data} x={_.get('x')} y={_.get('y')}>
        <xy.Dot size={d => 2 + Math.random() * 20} />
        <xy.Axis />
    </xy.Chart>,
    document.querySelector('#root')
);

Resources

  • React / typescript cheatsheet
  • defaultProps support with typescript@3.x
  • when to use context

Similar projets

FAQs

Package last updated on 18 Jan 2019

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