Comparing version 1.4.0 to 1.4.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.4.1] - 2018-05-21 | ||
### Changed | ||
- Update readme | ||
## [1.4.0] - 2018-05-21 | ||
@@ -9,0 +13,0 @@ ### Added |
{ | ||
"name": "app-bar", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
@@ -53,3 +53,3 @@ # app-bar | ||
The `<AppBar />` component is `<div />` element with the following inline styles: | ||
The `<AppBar />` component is `<nav />` element with the following inline styles: | ||
@@ -64,2 +64,8 @@ ```css | ||
There are three additional classes added for the different states possible: | ||
1. `unfixed` is applied when `<AppBar />` doesn't touch the top of the screen but is on the page | ||
2. `hidden` is applied when `<AppBar />` is fully hidden (for example, after scrolling down or reloading page when scrolled) | ||
3. `pinned` is applied when `<AppBar />` scrolling up from being hidden | ||
These classes can be used for styling (see demo for example). | ||
### Disabling | ||
@@ -66,0 +72,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17092
75