🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@teambit/documenter.ui.heading

Package Overview
Dependencies
Maintainers
16
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/documenter.ui.heading

A set of concrete heading for the Evangelist homepage. H1, H2, H3, H4, H5, H6.

0.0.2
npm
Version published
Weekly downloads
0
Maintainers
16
Weekly downloads
 
Created
Source

Heading

A set of concrete heading for the Evangelist homepage. H1, H2, H3, H4, H5, H6.

For example,

import { H1, H2 } from './@teambit/documenter.ui.heading';

<H1>Page title</H1>
<p>Lorem ipsum</p>

<H2>Section title</H2>
<p>Nullam fringilla rhoncus finibus. Fusce magna libero, iaculis nec varius in, porttitor id augue.</p>

Each header is equivalent to its html element (e.g. <H1/> is <h1/>, etc).

FAQs

Package last updated on 26 Aug 2020

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