docs/components
Robert Sese ad40e86796
Add release notes label and heading colors (#22585)
2021-11-03 22:47:55 +00:00
..
article Article Layout Improvements (#22424) 2021-10-29 19:57:07 +00:00
context Article Layout Improvements (#22424) 2021-10-29 19:57:07 +00:00
hooks Two-pane Experiment (#21092) 2021-08-26 14:19:40 -04:00
landing Article Layout Improvements (#22424) 2021-10-29 19:57:07 +00:00
lib Create search result event (#22307) 2021-10-21 00:37:39 +00:00
page-footer Merge branch 'main' into main 2021-11-03 06:04:00 -05:00
page-header have header span the entire page (#22543) 2021-11-02 13:08:27 -07:00
playground Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
release-notes Add release notes label and heading colors (#22585) 2021-11-03 22:47:55 +00:00
sidebar update to color-bg-default (#22482) 2021-10-29 15:05:48 +00:00
sublanding Make individual learning paths linkable (#22545) 2021-11-02 21:32:04 +00:00
ui adding margin top to anchor links (#22515) 2021-11-01 13:57:00 -07:00
DefaultLayout.tsx Footer styling (#21877) 2021-10-06 18:09:11 +00:00
GenericError.tsx Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
Link.tsx Picker improvements (#21765) 2021-09-30 20:22:13 +00:00
README.md React Cleanup: Documentation (#20517) 2021-07-27 09:07:18 -07:00
Search.module.scss Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
Search.tsx Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
VersionPicker.tsx Primer 18 b (#22462) 2021-10-28 19:17:23 +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.