@pnx-mixtape/drop-menu
v0.2.2
Published
drop-menu component
Downloads
30
Keywords
Readme
@pnx-mixtape/drop-menu
Documentation and examples: drop-menu
Installation
npm install @pnx-mixtape/drop-menu --save
How to use
CSS
- PostCSS workflow:
@import '@pnx-mixtape/drop-menu';
- Native CSS:
@import url('dist/drop-menu.css');
- Link tag:
<link href="dist/drop-menu.css" rel="stylesheet" type="text/css">
Vanilla JS
- ES6 import:
import drop-menu from '@pnx-mixtape/drop-menu';
- Script tag:
<script src="dist/drop-menu.js" type="text/javascript"></script>
HTML
<div class="drop-menu"></div>