1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/components
Kevin Heis 6ec20638b5 Version picker combo (#22694)
* Move version picker next to product picker

* Always render in header

* Inline variant

* Remove topper-sidebar

* Handle breadcrumb length

* Have breadcrumbs use Primer breakpoint

* Make a breadcrumbs scss module

* Update Breadcrumbs.tsx

* Update Breadcrumbs.module.scss

* Update Breadcrumbs.module.scss

* Update server.js

* Use responsive classes for hide/show breadcrumb
2021-11-10 16:20:34 +00:00
..
2021-11-10 16:20:34 +00:00
2021-08-26 14:19:40 -04:00
2021-11-10 16:20:34 +00:00
2021-10-21 00:37:39 +00:00
2021-11-03 06:04:00 -05:00
2021-11-10 16:20:34 +00:00
2021-10-28 19:17:23 +00: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
2021-10-28 19:17:23 +00:00
2021-10-28 19:17:23 +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.