@pittorica/link-react
v0.26.3
Published
The `Link` component.
Readme
@pittorica/link-react
The Link component.
Installation
npm install @pittorica/link-reactUsage
import { Link } from '@pittorica/link-react';
function MyLink() {
return (
<Link href="https://pittorica.dcdavidev.me" target="_blank">
Documentation
</Link>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
