@ndla/safelink
v7.0.55-alpha.0
Published
SafeLink component for NDLA
Downloads
3,888
Keywords
Readme
ndla-safelink
Link component
Installation
yarn add --save @ndla/safelink
npm install @ndla/safelink --save
Usage
Basic example
import { SafeLink } from "@ndla/safelink";
<SafeLink to="/internal-url">Click me!</SafeLink>;