New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bonaparte-scroll

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bonaparte-scroll

Bonaparte Component

  • 0.0.36
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-78.79%
Maintainers
1
Weekly downloads
 
Created
Source

< bonaparte-scroll >

npm version

The scroll component is used to implement scrolling in a container.

Note: Currently only supports vertical scrolling.

Examples

Structure

<!-- Position relative to parent element. Parent must not be position:static. -->
<bonaparte-scroll
  scrollbar
>
  <1st-child> <!-- scrolling content -->

</bonaparte-scroll>

<1st-child> Scrolling content

Content that will be scrolled.

Attributes

scrollbar

Allows the button to restore the targets state when clicked a second time.

  • Default hover
  • Values
    • hover: Scroll bar is only visible if the user hover over the scrollable area.
    • visible: Scroll bar is always visible.
    • hidden: Scroll bar is never visible.
    • native: The native scroll bar will not be replaced and is visible.

Keywords

FAQs

Package last updated on 27 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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