0.0.15-alpha • Published 3 years ago

@etidbury/react-floating-menu v0.0.15-alpha

Weekly downloads
40
License
MIT
Repository
-
Last release
3 years ago

\<FloatingMenu \/>

Usage

  1. Install dependency

    yarn add @etidbury/react-floating-menu
    
    npm install @etidbury/react-floating-menu
  2. Add to your project

    import { FloatingMenuContainer,FloatingMenu } from '@etidbury/react-floating-menu'
    
    // ...
    <FloatingMenuContainer>
    
        // ...page content
    
        <FloatingMenu items={[...]} />
    
    </FloatingMenuContainer>
    
    // ...
  3. That's it.

License

This code is released under the MIT license - feel free to use it.

Contribute

  1. Fork or clone this repository
  2. If using VS Code, install recommended extensions
  3. yarn install
  4. yarn start

yarn Scripts

  • test - run unit tests
  • test:cover - run unit tests with test coverage
  • lint - check eslint and prettier rules
  • lint:fix - autofix unmet eslint and prettier rules
  • local-pack - create the tgz package locally to test consumers without publishing
  • start - start the storybook server and automatically open in browser
  • compile - standard typescript compile tsc
  • now-build - used by Zeit when building your storybook for deployment (do not rename this script)

Before each commit, husky and lint-staged will automatically lint your staged ts, tsx, js, jsx files.

Please contribute any improvements or fixes to this project!

To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.

0.0.4-alpha

3 years ago

0.0.15-alpha

3 years ago

0.0.10-alpha

3 years ago

0.0.11-alpha

3 years ago

0.0.9-alpha

3 years ago

0.0.14-alpha

3 years ago

0.0.3-alpha

3 years ago

0.0.5-alpha

3 years ago

0.0.12-alpha

3 years ago

0.0.2-alpha

3 years ago

0.0.13-alpha

3 years ago

0.0.6-alpha

3 years ago

0.0.7-alpha

3 years ago

0.0.8-alpha

3 years ago

0.0.1-alpha

3 years ago