Socket
Book a DemoInstallSign in
Socket

@everreal/react-charts

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everreal/react-charts

EverReal Charts

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
37
516.67%
Maintainers
1
Weekly downloads
 
Created
Source

@everreal/react-date-pickers

EverReal's library for dynamic forms. Please run the storybook to see how to use it.

This library is higly dependent on @everreal/er-common-react-components

The library works with "ConnectedTabs" from @everreal/er-common-react-components and requires to have a redux state reducer set for "components.tabs"

Example how to set the reducer:

import { combineReducers } from 'redux';
import { combineReducers as combineReducersImmutable } from 'redux-immutable';
import { tabsReducer } from '@everreal/er-common-react-components/lib/common-redux';

export const reducer = combineReducers<ITestReducerState>({
  components: combineReducersImmutable({
    tabs: tabsReducer,
  }),
});

Hot to install

yarn install
yarn dev #-> builds the storybook

FAQs

Package last updated on 05 Oct 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