6.1.25 • Published 24 days ago

@leafygreen-ui/toast v6.1.25

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

Toast

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/toast

NPM

npm install @leafygreen-ui/toast

Example

import Toast from '@leafygreen-ui/toast';

const [toastOpen, setToastOpen] = useState(true);

return (
  <Toast
    variant="success"
    title="This is a title"
    body="This is a description"
    open={toastOpen}
    close={() => setToastOpen(false)}
  />
);

Output HTML

<div role="status" aria-live="polite" aria-atomic="true" aria-relevant="all">
  <div class="leafygreen-ui-r1u4g0">
    <div class="leafygreen-ui-1lymiei">
      <svg
        class="leafygreen-ui-1b4llpu"
        height="30"
        width="30"
        aria-hidden="true"
        viewBox="0 0 16 16"
        role="img"
      >
        <title>Checkmark With Circle Icon</title>
        <g
          id="Glyphs-/-Checkmark-With-Circle"
          stroke="none"
          stroke-width="1"
          fill="none"
          fill-rule="evenodd"
        >
          <path d="..." fill="currentColor"></path>
        </g>
      </svg>

      <div>
        <p class="leafygreen-ui-d2tjkm">This is a title</p>
        <p class="leafygreen-ui-10eu8wb">This is a description</p>
      </div>
    </div>

    <button
      tabindex="0"
      aria-disabled="false"
      aria-label="Close Message"
      class="leafygreen-ui-ptvv4q"
    >
      <div class="leafygreen-ui-xhlipt">
        <svg class="" height="16" width="16" viewBox="0 0 16 16" role="img">
          <g
            id="X-Copy"
            stroke="none"
            stroke-width="1"
            fill="none"
            fill-rule="evenodd"
          >
            <path
              d="..."
              fill="currentColor"
              transform="translate(8.000000, 8.000000) rotate(45.000000) translate(-8.000000, -8.000000) "
            ></path>
          </g>
        </svg>
      </div>
    </button>
  </div>
</div>

Properties

PropTypeDescriptionDefault
titleReactNodeOptional text shown in bold above the body text.
body (Required)ReactNodeMain text for the Toast.
classNamestringOptional className passed to the wrapping <div /> for the toast.
variant (Required)'success', 'note', 'warning', 'important', 'progress'Style variant to render the Toast as.
progressnumber (0...1)Optional number between 0 and 1 that sets the progress bar's progress. Note that the progress bar is only rendered when the Toast variant is set to 'progress'.1
openbooleanOptional boolean that renders the Toast and makes it visible when true.false
closefunction (MouseEventHandler)Optional click event handler that, when set, renders a close button that receives the passed handler.
darkModebooleanDetermines if the component renders in dark themefalse
6.1.25

24 days ago

6.1.24

1 month ago

6.1.23

2 months ago

6.1.22

2 months ago

6.1.21

2 months ago

6.1.20

3 months ago

6.1.19

4 months ago

6.1.17

7 months ago

6.1.16

8 months ago

6.1.15

8 months ago

7.0.0-alpha.1

10 months ago

6.1.14

9 months ago

7.0.0-alpha.0

10 months ago

6.1.18

7 months ago

6.1.13

9 months ago

6.1.12

9 months ago

6.1.11

9 months ago

6.1.10

10 months ago

6.1.4

12 months ago

6.1.3

12 months ago

6.1.5-next.1

12 months ago

6.1.5-next.0

12 months ago

6.1.5-next.3

12 months ago

6.1.5-next.2

12 months ago

6.1.5-next.5

12 months ago

6.1.5-next.4

12 months ago

6.1.5-next.7

12 months ago

6.1.5-next.6

12 months ago

6.1.6

11 months ago

6.1.5

12 months ago

6.1.8

11 months ago

6.1.7

11 months ago

6.1.9

11 months ago

6.1.0

1 year ago

6.1.2

1 year ago

6.1.1

1 year ago

5.0.1

1 year ago

6.0.0

1 year ago

6.1.1-next.0

1 year ago

5.0.0

1 year ago

4.0.4

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.1-test.1

2 years ago

2.0.1-next.2

2 years ago

2.0.1-next.1

2 years ago

2.0.1-next.3

2 years ago

2.0.1-next.0

2 years ago

2.0.0

2 years ago

2.0.1-test.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago