Update HeaderPage.tsx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-01-30 18:26:59 +00:00
parent b40cf332a2
commit 6192f335b9
6 changed files with 7452 additions and 19 deletions
+14 -2
View File
@@ -82,13 +82,25 @@ Status colors for contextual links.
### Weight
<Snippet align="center" py={4} preview={<Weight />} code={weightSnippet} layout="side-by-side" />
<Snippet
align="center"
py={4}
preview={<Weight />}
code={weightSnippet}
layout="side-by-side"
/>
### Standalone
Use `standalone` to remove the underline by default. The underline will appear on hover.
<Snippet align="center" py={4} preview={<Standalone />} code={standaloneSnippet} layout="side-by-side" />
<Snippet
align="center"
py={4}
preview={<Standalone />}
code={standaloneSnippet}
layout="side-by-side"
/>
<Theming definition={LinkDefinition} />
+2 -6
View File
@@ -317,9 +317,7 @@ are prefixed with `fg` to make it easier to identify.
<Table.Cell>
<Chip head>--bui-fg-danger</Chip>
</Table.Cell>
<Table.Cell>
Used for error states and destructive actions.
</Table.Cell>
<Table.Cell>Used for error states and destructive actions.</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
@@ -333,9 +331,7 @@ are prefixed with `fg` to make it easier to identify.
<Table.Cell>
<Chip head>--bui-fg-success</Chip>
</Table.Cell>
<Table.Cell>
Used for success states and positive feedback.
</Table.Cell>
<Table.Cell>Used for success states and positive feedback.</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>