Venryx / react-vcomponents

Components for ReactJS, by Venryx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (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 "^")

About

Components for ReactJS, by Venryx.

License:MIT License


Languages

Language:JavaScript 55.1%Language:TypeScript 44.9%