1.0.41 • Published 6 years ago
vsnode v1.0.41
Install
npm install --save vsnodeUsage
import * as React from "react";
import VSNode from "vsnode";
class Example extends React.Component {
render() {
return <VSNode />;
}
}License
MIT © theinvensi