9.0.21 • Published 24 days ago

@leafygreen-ui/callout v9.0.21

Weekly downloads
56
License
Apache-2.0
Repository
github
Last release
24 days ago

Callout

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/callout

NPM

npm install @leafygreen-ui/callout

Example

<Callout variant={Variant.Note} title="Title">
  Lorem Ipsum is simply dummy text of the printing and typesetting industry.
  Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,
  when an unknown printer took a galley of type and scrambled it to make a type
  specimen book.
</Callout>

Output HTML

<div className="leafygreen-ui-15l3je2">
  <div>
    <div className="leafygreen-ui-1gyqpuu">
      <svg
        width="16"
        height="16"
        role="img"
        viewBox="0 0 16 16"
        className="leafygreen-ui-1n4dsve"
      >
        <title>Edit Icon</title>
        <path
          d="M11.352 6.648l-2-2L11 3l2 2-1.648 1.648zM6 12l-3 1 1-3 4.648-4.648 2 2L6 12z"
          fill="currentColor"
          fillRule="evenodd"
        ></path>
      </svg>
      <div>Note</div>
    </div>
    <div className="leafygreen-ui-1wkamxg">
      <div className="leafygreen-ui-oll38v">Title</div>
      <div className="leafygreen-ui-7kuxj3">
        Lorem Ipsum is simply dummy text of the printing and typesetting
        industry. Lorem Ipsum has been the industry's standard dummy text ever
        since the 1500s, when an unknown printer took a galley of type and
        scrambled it to make a type specimen book.
      </div>
    </div>
  </div>
</div>

Properties

PropTypeDescriptionDefault
variant'note', 'tip', 'important', 'warning', 'example'Sets the variant for the Callout
childrennodeThe contents to display within the Callout
titlestringOptional title text to display above Callout text
classNamestringAdds a className to the outermost element
baseFontSize13, 16Determines font-size for body copy in Callout component13
darkModebooleanDetermines if the component renders in dark themefalse
9.0.21

24 days ago

9.0.20

1 month ago

9.0.19

2 months ago

9.0.17

7 months ago

9.0.16

8 months ago

9.0.18

6 months ago

9.0.13

9 months ago

9.0.12

9 months ago

9.0.15

8 months ago

9.0.14

9 months ago

9.0.11

10 months ago

10.0.0-alpha.1

10 months ago

10.0.0-alpha.0

10 months ago

9.0.9

11 months ago

9.0.8

12 months ago

9.0.10

11 months ago

9.0.9-next.4

12 months ago

9.0.9-next.5

12 months ago

9.0.9-next.6

12 months ago

9.0.9-next.7

12 months ago

9.0.9-next.0

12 months ago

9.0.9-next.1

12 months ago

9.0.9-next.2

12 months ago

9.0.9-next.3

12 months ago

9.0.7

1 year ago

9.0.6

1 year ago

9.0.5

1 year ago

9.0.4

1 year ago

9.0.3

1 year ago

9.0.2

1 year ago

9.0.1

1 year ago

9.0.0

1 year ago

7.1.1

2 years ago

7.1.0

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

7.1.0-test.1

2 years ago

7.0.0

2 years ago

7.0.1-test.0

2 years ago

7.0.1-next.2

2 years ago

7.0.1-next.1

2 years ago

7.0.1-next.0

2 years ago

6.0.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago