The PlainLink is a foundational component with minimal styling used to build other link components in Pluma.

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