@squiz/xaccel-dynamic-heading
TypeScript icon, indicating that this package has built-in type declarations

1.15.1-beta.0 • Public • Published

Dynamic Heading

This package provides a component capable of rendering text as any heading level (h1 through h6) or as a span element, depending on the provided props. It's designed for dynamic text content where the semantic importance might vary based on context.

Component Properties

Property Name Property description Property Type IsRequired
type Specifies the heading level (h1-h6) or none for a span. Default is none. string
children The text content or other React nodes to be rendered inside the heading or span. React.ReactNode

Props Example:

<DynamicHeading
  type="h2"
  className="customClass"
>
    Heading of h2 level
</DynamicHeading>

Usage:

Install the package by running: npm i @squiz/xaccel-dynamic-heading

import { DynamicHeading } from '@squiz/xaccel-dynamic-heading';

function SomeReactComponent({ content }) {
    return <DynamicHeading type="h3">{content}</DynamicHeading>;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @squiz/xaccel-dynamic-heading

Weekly Downloads

0

Version

1.15.1-beta.0

License

ISC

Unpacked Size

20.1 kB

Total Files

8

Last publish

Collaborators

  • squiz-npm-publish
  • cdloh
  • pcoshansquiz
  • tadams_squiz
  • abarnes_squiz
  • gsherwood
  • pnolland
  • chadszinow-squiz
  • deborahsherwood
  • griseborough
  • akarelia
  • sdanis
  • tbernardes
  • oliverneal
  • azakens
  • azenderowska.squiz
  • lnowak
  • mdobie
  • bmatters
  • ewyatt
  • lwright-sq
  • cupreti
  • jmatthew_squiz
  • wjarosz
  • bxwu
  • carlfoster
  • samort
  • yyang1029
  • squiz-dwebster
  • tsmyth
  • aqureshi-sqz
  • rainger_squiz
  • ajhawar
  • hlee_squiz_npm
  • uqureshi
  • thomasgrob
  • avanschoor-squiz
  • ata-squiz
  • asharpe-squiz
  • aj12
  • squiz-lstephan
  • squiz-ncallahan
  • squiz-dschoen
  • squiz-ksilalahi
  • jpolgar-squiz
  • pkiriakou
  • hnarayanasamy
  • rmcavoy-squiz
  • asittirangsan
  • jchaware
  • lunowak-squiz
  • mnowakowski1
  • sholloway
  • pantyporowicz-squiz
  • djarrott.squiz.net
  • dkaczmarek
  • lineenan
  • aaronchan1010
  • haleesquiz
  • dpedroso
  • rszarafinski
  • tmadden
  • zackyang214
  • gdemelloesilva.squiz
  • jwrobel
  • bpottier
  • hkapoor_squiz