0.2.2 • Published 12 months ago

@pnx-mixtape/drop-menu v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@pnx-mixtape/drop-menu

Documentation and examples: drop-menu

drop-menu  component

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>
0.2.2

12 months ago

0.2.0-alpha.0

1 year ago

0.2.1

1 year ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago