@pittorica/strong-react
v0.26.3
Published
The `Strong` component.
Readme
@pittorica/strong-react
The Strong component.
Installation
npm install @pittorica/strong-reactUsage
import { Strong } from '@pittorica/strong-react';
function MyComponent() {
return (
<p>
This is <Strong>very important</Strong> information.
</p>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
