Componentsv2.189.1
Iconsv1.19.0
MCPv0.8.62
Tokensv0.34.3

PlainLink is an unstyled wrapper component around the linkComponent defined on PlumaProvider. If no linkComponent is defined, a regular a tag is used instead.

Usage

You probably won't need to use this component much. This is used in Pluma internally to build the Link component, for example.

You can import the component via:

import { PlainLink } from '@customerio/pluma-components/react';
Loading editor

You may want to use the component for links with custom styling, for example:

Loading editor

API

On this page