docs/components
Grace Park b16be00f3e
adding copy button click event (#26074)
2022-03-09 15:55:17 -08:00
..
article Refactor to add RestReferencePage (#25781) 2022-03-08 18:00:38 +00:00
context reactify rest pages (#25005) 2022-02-28 18:30:54 +00:00
guides Upgrade primer/components -> primer/react (#25591) 2022-02-24 00:30:14 +00:00
homepage unbreak React unique key prop warning (#23279) 2021-12-01 22:39:07 +00:00
hooks Upgrade primer/components -> primer/react (#25591) 2022-02-24 00:30:14 +00:00
landing Upgrade primer/components -> primer/react (#25591) 2022-02-24 00:30:14 +00:00
lib adding copy button click event (#26074) 2022-03-09 15:55:17 -08:00
page-footer Don't show contribution section when not English (#25583) 2022-02-23 21:28:08 +00:00
page-header Simplify getBreadcrumbs (#26015) 2022-03-09 01:14:49 +00:00
playground bump version for upload-artifact and download-artifact code snippets (#25782) 2022-03-04 10:17:09 +10:00
release-notes Upgrade primer css (#25634) 2022-02-24 21:33:10 +00:00
rest adding copy button click event (#26074) 2022-03-09 15:55:17 -08:00
sidebar Upgrade primer/components -> primer/react (#25591) 2022-02-24 00:30:14 +00:00
ui Refactor to add RestReferencePage (#25781) 2022-03-08 18:00:38 +00:00
DefaultLayout.tsx Set meta description on homepage (#25546) 2022-02-28 18:24:57 +00:00
GenericError.tsx a11y: Remove redundant banner (#24605) 2022-01-25 17:32:34 +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 make octicon search svgs cached longer (#25421) 2022-02-16 17:11:43 +00:00
Search.tsx Upgrade primer/components -> primer/react (#25591) 2022-02-24 00:30:14 +00:00
declarations.d.ts remove prerendered response rest docs (#25652) 2022-03-04 21:24:46 +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.