3.0.0 • Published 6 years ago

@nib-styles/alerts v3.0.0

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

@nib-styles/alerts

Alerts for nib pages.

Installation

npm install --save @nib-styles/alerts

Usage

There are four types of alerts:

  • Error
  • Success
  • Warning
  • Info

Alerts have a title and may also have a message:

alert with a title:

<div class="alert alert--error">
  <div class="alert__title">We're sorry, due to too many invalid login attempts your account is locked</div>
</div>

alert with a title and a message:

<div class="alert alert--error">
  <div class="alert__title">We're sorry, due to too many invalid login attempts your account is locked</div>
  <div class="alert__message">You will be able to try again in 00:30 minutes.</div>
</div>

Changelog

3.0.0 - updated breaking version of @nib-styles/v2-icons

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0-preview.1

6 years ago

2.0.4

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago