Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

app-bar

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-bar - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

CHANGELOG.md

@@ -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

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc