Header

Callout

Callouts are used to draw attention to critical information

Usage

import { Callout } from '@cleartrip/bento'

Playground

Note:
Visa required for this flight

className

string

Classes to be added appended to the wrapping element

label

string

Optional label to prepend to children

variant

string

Determines type of Callout.

children*

node

Next to be rendered in the callout

wrap

bool

Wrap text to next line

True
False