@pittorica/quote-react
v0.26.3
Published
The `Quote` component.
Readme
@pittorica/quote-react
The Quote component.
Installation
npm install @pittorica/quote-reactUsage
import { Quote } from '@pittorica/quote-react';
function MyText() {
return (
<p>
As they say, <Quote>less is more</Quote>.
</p>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
