@smashing/alert
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

yarn add @smashing/alert

Edit alert

Default appearance

<Alert title="Your account is active" />
<Alert title="Your account is active" intent="danger" />
<Alert title="Your account is active" intent="success" />
<Alert title="Your account is active" intent="warning" />

Card appearance

<Alert title="Your account is active" appearance="card" />
<Alert title="Your account is active" appearance="card" intent="danger" />
<Alert title="Your account is active" appearance="card" intent="success" />
<Alert title="Your account is active" appearance="card" intent="warning" />

Inline appearance

<Alert title="Your account is active" appearance="inline" />
<Alert title="Your account is active" appearance="inline" intent="danger" />
<Alert title="Your account is active" appearance="inline" intent="success" />
<Alert title="Your account is active" appearance="inline" intent="warning" />

With description

<Alert title="Your account is active">Lorem ipsum dolor sit amet.</Alert>

Without icon

<Alert title="Your account is active" hasIcon={false}>
  Lorem ipsum dolor sit amet.
</Alert>

Without trim(border)

<Alert title="Your account is active" hasTrim={false}>
  Lorem ipsum dolor sit amet.
</Alert>

Readme

Keywords

Package Sidebar

Install

npm i @smashing/alert

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

25.6 kB

Total Files

19

Last publish

Collaborators

  • amroz123
  • hzub
  • idered
  • mkolakowska
  • mzbiejczuk
  • qk