docs/components
Robert Sese 6f6cf56c20
Add os preference tracking (#20740)
* Set cookie on os switch

* Set os based on cookie value

* Add os preference schema details

* Send os preference on page request

* Send os preference on os switch
2021-08-09 22:07:27 +00:00
..
article SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
context SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
hooks Rename hooks/lib files to .ts (#20488) 2021-07-26 14:37:21 +00:00
landing Fix a few ampersands (#20681) 2021-08-04 11:48:44 -07:00
lib Add os preference tracking (#20740) 2021-08-09 22:07:27 +00:00
page-footer SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
page-header Removing algolia (#20633) 2021-08-05 13:10:51 -04:00
product prevent scroll to top when URL fragment exists (#20326) 2021-07-14 21:46:01 +00:00
release-notes fix rendering of release notes patch on firefox (#20477) 2021-07-22 11:05:14 -04:00
sublanding Fix a few ampersands (#20681) 2021-08-04 11:48:44 -07:00
Breadcrumbs.tsx SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
DefaultLayout.tsx SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
GenericError.tsx SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00
Link.tsx Disable client-side link transitions (#20141) 2021-06-24 14:35:23 -07:00
PrintAction.tsx React: import necessary javascripts directly (#20001) 2021-06-21 21:55:49 +00:00
README.md React Cleanup: Documentation (#20517) 2021-07-27 09:07:18 -07:00
ScrollButton.tsx React category / sub-landing page (#19635) 2021-06-02 16:28:39 +00:00
Search.tsx Removing algolia (#20633) 2021-08-05 13:10:51 -04:00
SidebarNav.tsx sidebar style updates (#19929) 2021-06-24 11:15:24 -07:00
TruncateLines.tsx React category / sub-landing page (#19635) 2021-06-02 16:28:39 +00:00
declarations.d.ts SCSS and Component cleanup (pt 1) (#20572) 2021-07-29 17:27:20 +00:00

README.md

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.