1.0.41 • Published 4 years ago

vsnode v1.0.41

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NPM JavaScript Style Guide

Install

npm install --save vsnode

Usage

import * as React from "react";

import VSNode from "vsnode";

class Example extends React.Component {
  render() {
    return <VSNode />;
  }
}

License

MIT © theinvensi