Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.46 KB

2.OurComponents.mdx

File metadata and controls

25 lines (17 loc) · 1.46 KB

import LinkTo from '@storybook/addon-links/react'; import { Meta } from '@storybook/blocks';

Our Custom Components

The vast majority of the components in this Storybook are unmodified from either:

  1. the upstream Polis codebase maintained by Computational Democracy Project, or
  2. the forked Polis codebases maintained by others.

For convenience, we keep all our custom component stories in CivicTechTO sub-folders:

As a helpful resource, here is a summary of existing components (each a clickable Link) that we ourselves have modified or experimented with:

  • CurateV2 (Replaces Curate)
  • TidCarouselV2 and TidCarouselV2Static (Replaces TidCarousel)
  • SelectionWidgetV2 (Replaces no single component, but allows comparison of the above)