From 7a2c21db486fc0eeced45c8285e6435caf2da8d2 Mon Sep 17 00:00:00 2001 From: NatSquared Date: Tue, 24 Sep 2024 16:34:22 -0700 Subject: [PATCH] Update header documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f294d08fb..e9238fa86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ Examples of when to Request Changes - Be sure to make use of shared components found under `src/components/common`. Below is a non-exhaustive list of common app components: - `Button`: A versatile button with different style types that are complimentary of MET styling. Choose a particular button style with: `variant=<"primary"|"secondary"|"tertiary"|undefined>` - `RichTextArea`: A WYSIWYG editor used app-wide. It will dynamically render out links and h2s as React components. - - `Header1`, `Header2`: MET-styled h1, h2 components. + - `Header1`, `Header2`, `Header3`: MET-styled h1, h2 and h3 components. Prefer these over using the native HTML headers. - `ResponsiveContainer`: A container that decreases its padding on smaller screens. - `ResponsiveWrapper`: A route wrapper that adds a responsive container around its child routes. - `Pagination`: Provides a pagination UI - a wrapper around Material UI's pagination.