@pittorica/section-react
v0.26.3
Published
The `Section` component.
Readme
@pittorica/section-react
The Section component.
Installation
npm install @pittorica/section-reactUsage
import { Section, Heading, Text } from '@pittorica/react';
function MyPage() {
return (
<Section size="3">
<Heading>About Us</Heading>
<Text>Modular and accessible design system.</Text>
</Section>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
