https://github.com/venryx/react-vmessagebox
Message-box solution built using ReactJS and MobX.
https://github.com/venryx/react-vmessagebox
Last synced: 5 months ago
JSON representation
Message-box solution built using ReactJS and MobX.
- Host: GitHub
- URL: https://github.com/venryx/react-vmessagebox
- Owner: Venryx
- License: mit
- Created: 2018-01-01T04:00:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T23:37:57.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:11:49.814Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React - VMessageBox
Message-box solution built using ReactJS and MobX.
### Installation
```
npm install react-vmessagebox react-vextensions react-vcomponents --save-exact
```
The `--save-exact` flag is recommended, since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`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 "`^`")