h0, h1, h2, h3
h0, h1, h2, h3
The ds.h0 to ds.h3 components are used to define headings with varying levels of importance. These components represent different levels of heading, with ds.h0 being the highest level and ds.h3 being the lowest level.

Examples:

Input
-- cb.code:
lang: ftd

-- ds.h0: Title of the h0

`ds.h0` is the highest level of heading component of midnight-storm.

-- ds.h1: Title of the h1

`ds.h1` is the second highest level of heading component of midnight-storm.

-- ds.h2: Title of the h2

`ds.h2` is the third highest level of heading component of midnight-storm.

-- ds.h3: Title of the h3

`ds.h3` is the lowest level of heading component of midnight-storm.
Lang:
ftd
Output

Title of the h0

ds.h0 is the highest level of heading component of midnight-storm.

Title of the h1

ds.h1 is the second highest level of heading component of midnight-storm.

Title of the h2

ds.h2 is the third highest level of heading component of midnight-storm.

Title of the h3

ds.h3 is the lowest level of heading component of midnight-storm.

Properties of h0, h1, h2, h3 components

  • title - type: caption It’s used to add title to h0, h1, h2, h3 components.
  • body - type: body It’s used to add body content to h0, h1, h2, h3 components.
Copyright Β©2022. Fastn Inc.