@pittorica/blockquote-react
v0.26.3
Published
The `Blockquote` component.
Readme
@pittorica/blockquote-react
The Blockquote component.
Installation
npm install @pittorica/blockquote-reactUsage
import { Blockquote } from '@pittorica/blockquote-react';
function MyComponent() {
return (
<Blockquote variant="soft" color="indigo">
Design is not just what it looks like and feels like. Design is how it
works.
</Blockquote>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
