10.0.0 • Published 11 months ago

@leafygreen-ui/callout v10.0.0

Weekly downloads
56
License
Apache-2.0
Repository
github
Last release
11 months 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
10.0.0

11 months ago

9.0.22

1 year ago

9.0.21

1 year ago

9.0.20

1 year ago

9.0.19

1 year ago

9.0.17

2 years ago

9.0.16

2 years ago

9.0.18

2 years ago

9.0.13

2 years ago

9.0.12

2 years ago

9.0.15

2 years ago

9.0.14

2 years ago

9.0.11

2 years ago

10.0.0-alpha.1

2 years ago

10.0.0-alpha.0

2 years ago

9.0.9

2 years ago

9.0.8

2 years ago

9.0.10

2 years ago

9.0.9-next.4

2 years ago

9.0.9-next.5

2 years ago

9.0.9-next.6

2 years ago

9.0.9-next.7

2 years ago

9.0.9-next.0

2 years ago

9.0.9-next.1

2 years ago

9.0.9-next.2

2 years ago

9.0.9-next.3

2 years ago

9.0.7

2 years ago

9.0.6

2 years ago

9.0.5

2 years ago

9.0.4

2 years ago

9.0.3

2 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

7.1.1

3 years ago

7.1.0

3 years ago

8.0.1

3 years ago

8.0.0

3 years ago

7.1.0-test.1

3 years ago

7.0.0

3 years ago

7.0.1-test.0

3 years ago

7.0.1-next.2

3 years ago

7.0.1-next.1

3 years ago

7.0.1-next.0

3 years ago

6.0.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago