@pittorica/heading-react
v0.26.3
Published
The `Heading` component.
Downloads
47
Readme
@pittorica/heading-react
The Heading component.
Installation
npm install @pittorica/heading-reactUsage
import { Heading } from '@pittorica/heading-react';
function MyPage() {
return (
<>
<Heading as="h1" size="9">
Main Title
</Heading>
<Heading as="h2" size="7">
Subtitle
</Heading>
</>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
