https://github.com/konsumer/rmwc-fabmenu
A Fab-menu for rmwc
https://github.com/konsumer/rmwc-fabmenu
Last synced: over 1 year ago
JSON representation
A Fab-menu for rmwc
- Host: GitHub
- URL: https://github.com/konsumer/rmwc-fabmenu
- Owner: konsumer
- Created: 2018-05-10T22:11:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T04:44:19.000Z (about 8 years ago)
- Last Synced: 2024-05-02T01:29:54.841Z (about 2 years ago)
- Language: JavaScript
- Size: 3.8 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A quick & simple `` menu for [rmwc](https://jamesmfriedman.github.io/rmwc/)
You can see it in action (and detailed docs) [here](http://konsumer.js.org/rmwc-fabmenu/).
## installation
```sh
npm i rmwc-fabmenu
```
This is a library for making a `` menu, like the sort you see on Google Inbox for composing a new email. It utilizes [rmwc](https://jamesmfriedman.github.io/rmwc/), so it's useful if you are already including that in your app.
### usage
```jsx
import React from 'react'
import FabMenu from 'rmwc-fabmenu'
import 'rmwc-fabmenu/FabMenu.css'
import { Fab } from 'rmwc/Fab'
export default () => (
settings
add
)
```