Skip to content

datenguide/explorables

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Datenguide Explorables: Components for building explorable explanations

A collection of React-based UI components used for building explorable explanations at Datenguide.

Development

We use Storybook for developing UI components in isolation:

yarn storybook

Prerequisites

We use Yarn for managing dependencies. After cloning this repo, run yarn to install everything that's needed to build and run this project.

Caveats

If you link this project using npm link or yarn link into another application during development, you may run into issues with React being included twice ("Error: Invalid hook call"). This problem can be handled by using npm link to include React from the other application's node_modules folder. Assuming the other application (e.g. /datenguide) and this project are sibling folders, you can fix it by running npm link ../datenguide/node_modules/react from this project's root folder. This should make the library use the application’s React copy.

About

A collection of components for building explorable explainers

Resources

Stars

Watchers

Forks

Packages

No packages published