Update HeaderPage.tsx
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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} />
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user