UNPKG

401 BMarkdownView Raw
1@# Callout
2
3Callouts visually highlight important content for the user. They can contain
4a title, an icon and content. Each intent has a default icon associated with it.
5
6@reactExample CalloutExample
7
8@## Props
9
10@interface ICalloutProps
11
12@## CSS
13
14Callouts use the same visual intent modifier classes as buttons. If you need a
15heading, use the `<h4>` element with a `.@ns-heading` class.
16
17@css callout