0.0.36 • Published 8 years ago

bonaparte-scroll v0.0.36

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.35

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.26

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.20

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.1

8 years ago