menu-button
v1.0.1
Published
Simple animated react menu button
Downloads
7
Readme
React Component Template
React stateless animated menu icon component.
Development
Commands
npm start
to run a dev server to view changes during development (port:8080)npm run lint
to lint files.npm run ssr
to view a server-side rendered view of the component (port:8081)
Required Loaders
For this component to be consumed and bundled in a project, the project consuming this module must enable the following webpack loaders (or equivalent).
- babel-loader configured with stage2 & react, and react-require plugins
- style-loader, css-loader, postcss-loader, postcss-import, postcss-cssnext
- file-loader