1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/components
Kevin Heis 329a8c664e Create a shared picker component (#22836)
* Unified picker component

* Add picker to storybook

* TS fixes

* Simplify "mobile" header spacing

* Fix a few testid

* Update Picker.tsx

* Update Picker.tsx

* Update Picker.tsx

* Fix unit test

* Fix rendering tests
2021-11-16 19:10:28 +00:00
..
2021-08-26 14:19:40 -04:00
2021-11-10 11:11:28 -08:00
2021-11-03 06:04:00 -05:00
2021-11-10 22:53:34 +09:00
2021-11-10 11:11:28 -08:00
2021-10-06 18:09:11 +00:00
2021-10-28 19:17:23 +00:00
2021-09-30 20:22:13 +00:00

Components

⚠️ This area is a work-in-progress.

This is the main source for our React components. They can be rendered by the server or the client via Next.js. The starting point for any component usage is the pages/ directory, which uses a file-system routing paradigm to match paths to pages that then render these components.