2.1.4 • Published 2 years ago

react-responsive-toolbar-ui v2.1.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

React responsive toolbar

This is a react based responsive toolbar that allows you to add a toolbar to your layout without be afraid of the space taken by the tool/nav bar items.

Installation process

Run npm install react-responsive-toolbar-ui

Usage:

import ResponsiveToolbar from "react-responsive-toolbar-ui;

function Component(){
    return <>
        <ResponsiveToolbar>
            <div>item 1 😄</div>
            <div>item 2 😍</div>
                ...
            <div>item n ⏩</div>
        </ResponsiveToolbar>
    </>
}

Props

  • togglerLabel: Label of the "Show/Hide" button. Optional.

  • classes.toggler: Class of the "Show/Hide" button. Optional.

  • classes.navItemList: Class of the item list. Optional.

  • classes.hiddenNavItemList: Class of the hidden items list. Optional.

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago