@pittorica/text-react
v0.26.3
Published
The `Text` component.
Readme
@pittorica/text-react
The Text component.
Installation
npm install @pittorica/text-reactUsage
import { Text } from '@pittorica/text-react';
function MyComponent() {
return (
<Text size="3" weight="bold" color="indigo">
Hello World
</Text>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
