Skip to content

ReactJS context-menu solution built using ReactJS and MobX.

License

Notifications You must be signed in to change notification settings

Venryx/react-vmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React VMenu

ReactJS context-menu solution built using ReactJS and MobX.

Installation

npm install react-vmenu --save-exact

The --save-exact flag is recommended, since this package uses Explicit Versioning (Release.Breaking.FeatureOrFix) rather than SemVer (Breaking.Feature.Fix).

To let npm increment FeatureOrFix (recommended), prepend "~" to its version in package.json. (for Breaking, prepend "^")

Usage

Example:

TODO

Setup (for editing)

  1. Clone this repo to your computer using git. (I use TortoiseGit)
  2. Open console in root folder, and run "npm install".

Build

  1. Compile the TS (TypeScript) files to JS, either by:
    1.A) Open the project in Visual Studio Code and run the build task. (ctrl+shift+b)
    1.B) Open console in "Main" folder, and run npm run dev

About

ReactJS context-menu solution built using ReactJS and MobX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published