| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @braid-design-system_docs-ui@4.2.0 source code.tar.gz | 2026-05-22 | 1.1 MB | |
| @braid-design-system_docs-ui@4.2.0 source code.zip | 2026-05-22 | 1.7 MB | |
| README.md | 2026-05-22 | 815 Bytes | |
| Totals: 3 Items | 2.8 MB | 0 | |
Minor Changes
-
TitleLink: Added new component for rendering linkable headings with an optional copy-to-clipboard interaction. Should be wrapped in your required typographic component. (#2034)
EXAMPLE:
jsx <Heading level="2"> <TitleLink>Getting started</TitleLink> </Heading>With copy-to-clipboard:
jsx <CategoryHeading component="h3"> <TitleLink copyable>Appearance</TitleLink> </CategoryHeading> -
CategoryHeading: Added new component for rendering category-style navigation headings. (#2034)
EXAMPLE USAGE:
jsx <CategoryHeading component="h2">Layout</CategoryHeading>