https://github.com/venryx/react-vcomponents
Components for ReactJS, by Venryx.
https://github.com/venryx/react-vcomponents
Last synced: 11 months ago
JSON representation
Components for ReactJS, by Venryx.
- Host: GitHub
- URL: https://github.com/venryx/react-vcomponents
- Owner: Venryx
- License: mit
- Created: 2017-12-25T00:18:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T20:54:34.000Z (over 1 year ago)
- Last Synced: 2025-08-16T09:43:35.109Z (11 months ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React - VComponnts
Components for ReactJS, by Venryx.
### Install
```
npm install 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 "`^`")