Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v0.0.67

Compare
Choose a tag to compare
@ItsJonQ ItsJonQ released this 05 Dec 21:42
· 2949 commits to main since this release

StatusBar: Add themes, status, and Button

screen recording 2017-12-05 at 04 07 pm

This update specifies and adds two themes to StatusBar: light and
bold. The light theme will be the default theme used for
the component. The color variations have also been enhanced by
adding an array of status choices (info, success, error,
and warning).

The component is also enhanced with the ability to not close on
click via the closeOnClick prop.

Lastly, a new sub-component have <StatusBar.Button /> has been
added provide a button UI within the StatusBar.

Resolves: #137