@leafygreen-ui/inline-definition
TypeScript icon, indicating that this package has built-in type declarations

9.0.4 • Public • Published

Inline Definition

npm (scoped)

Installation

PNPM

pnpm add @leafygreen-ui/inline-definition

Yarn

yarn add @leafygreen-ui/inline-definition

NPM

npm install @leafygreen-ui/inline-definition

Example

<H2>
  <InlineDefinition definition={shardDefinition}>Shard</InlineDefinition> your
  cluster
</H2>

Properties

Prop Type Description Default
definition (Required) React.ReactNode Content that describes the term. Will appear inside Tooltip.
children string Text that will appear underlined
className string className will be applied to the trigger element
align 'top', 'bottom', 'left', 'right' Determines the preferred alignment of the tooltip relative to the component's children. 'top'
justify 'start', 'middle', 'end' Determines the preferred justification of the tooltip (based on the alignment) relative to the element passed to the component's children. 'start'
darkMode boolean Determines if the component will appear in dark mode. false
tooltipClassName string className to be applied to the tooltip element

/@leafygreen-ui/inline-definition/

    Package Sidebar

    Install

    npm i @leafygreen-ui/inline-definition

    Weekly Downloads

    61,476

    Version

    9.0.4

    License

    Apache-2.0

    Unpacked Size

    74.6 kB

    Total Files

    29

    Last publish

    Collaborators

    • hswolff
    • thesonofthomp
    • brookescarlett
    • shaneeza
    • stephl3
    • _tsck