
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
@commercetools-uikit/link
Advanced tools
Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML tag.
Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML <a> tag.
yarn add @commercetools-uikit/link
npm --save install @commercetools-uikit/link
Additionally install the peer dependencies (if not present)
yarn add react react-intl react-router-dom
npm --save install react react-intl react-router-dom
import Link from '@commercetools-uikit/link';
const Example = () => <Link to={'/foo/bar'}>Go to foo bar</Link>;
const ExampleWithExternal = () => (
<Link isExternal={true} to={'https://kanyetothe.com'}>
Go to external link
</Link>
);
export default Example;
Props | Type | Required | Default | Description |
---|---|---|---|---|
children | ReactNode | Value of the link.
Required if intlMessage is not provided. | ||
intlMessage | MessageDescriptor | An intl message object that will be rendered with FormattedMessage .
Required if children is not provided. | ||
isExternal | boolean | false | A flag to indicate if the Link points to an external source.
If true , a regular <a> is rendered instead of the default react-router s <Link /> | |
to | union Possible values: string , LocationDescriptor | ✅ | The URL that the Link should point to. | |
tone | union Possible values: 'primary' , 'inverted', 'secondary' | 'primary' | Color of the link | |
onClick | Function See signature. | Handler when the link is clicked. |
onClick
(
event: MouseEvent<HTMLLinkElement> | KeyboardEvent<HTMLLinkElement>
) => void
FAQs
Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML tag.
We found that @commercetools-uikit/link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.