0.0.36 • Published 9 years ago

bonaparte-scroll v0.0.36

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

< bonaparte-scroll >

npm version

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

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.
0.0.36

9 years ago

0.0.35

9 years ago

0.0.31

9 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.26

9 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.20

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.1

9 years ago