fold-menu
v0.0.11
Published
hide items when they overflow from the menu
Downloads
9
Readme
FoldMenu.js
Installation
via npm
$ npm install fold-menu --save
or yarn
$ yarn add fold-menu
Usage
import FoldMenu from 'fold-menu';
// if need
import 'fold-menu/css/fold-menu.css';
new FoldMenu('.js-foldmenu', {
foldMenuText: 'Others'
});