crispmeasured from Attio

TrialBanner

The trial / upgrade banner from Attio's sidebar footer.

Attio's sidebar footer strip: an icon + a message on the left and a small action pill on the right, in a compact 28px row. The action uses the same soft-glow outlined-button shadow as the rest of the app. Tint the icon with tone for urgency.

Preview

9 days left on trial!
2 days left on trial!

Usage

import { TrialBanner } from "crisp";

<TrialBanner icon={<Clock size={16} />} action="Keep Pro" onAction={upgrade}>
  9 days left on trial!
</TrialBanner>;

API

PropTypeDefaultDescription
iconReactNodeLeading icon.
childrenReactNodeThe message.
actionReactNodeRight-aligned pill label.
onAction() => voidFired when the action is clicked.
tone"neutral" | "warning" | "danger""neutral"Tints the icon for urgency.

On this page