Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@braid-design-system/docs-ui

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braid-design-system/docs-ui

<img src="https://raw.githubusercontent.com/seek-oss/b

  • 0.0.0-are-the-types-wrong-20231206063811
  • are-the-types-wrong
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-10.53%
Maintainers
4
Weekly downloads
 
Created
Source
Braid Docs UI Braid Docs UI

docs-ui

Components for building documentation sites with a consistent user experience to the Braid Design System website.

npm install @braid-design-system/docs-ui

Usage

LinkableHeading

A heading wrapped in a link to a hash that is generated based on the heading content, enabling deep links within documentation pages.

Example
import { LinkableHeading } from '@braid-design-system/docs-ui';

<LinkableHeading>Section heading</LinkableHeading>;
Props
propsvaluedescription
levelHeadingLevelThe heading size (defaults to 3)
componentstringHTML element to render, e.g. “h1”, “h2”, etc.
childrenstringVisible heading content, converted to slug (e.g. “section-heading”) to be used as hash link.
labelstringOverride the slug used as the hash link.

Note: If the content of the heading is more than a simple string that can be slugified, then the label is required.

FAQs

Package last updated on 06 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc