https://github.com/appleple/fold-menu
https://github.com/appleple/fold-menu
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appleple/fold-menu
- Owner: appleple
- License: mit
- Created: 2020-03-02T08:04:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:28:53.000Z (over 3 years ago)
- Last Synced: 2026-03-28T08:30:18.732Z (4 months ago)
- Language: TypeScript
- Size: 2.22 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FoldMenu.js

## Installation
via npm
```sh
$ npm install fold-menu --save
```
or yarn
```sh
$ yarn add fold-menu
```
## Usage
```js
import FoldMenu from 'fold-menu';
// if need
import 'fold-menu/css/fold-menu.css';
new FoldMenu('.js-foldmenu', {
foldMenuText: 'Others'
});
```