@juandara22/vissually
v1.0.2
Published
Easy to use graphic components for react
Downloads
5
Readme
Fullstack Grafic package for React
This is a npm React package for faster and simpler web development. Build your own design system! Start here here.
Quickstart
Just install the package:
# with npm
npm install @juandara22/vissually
# with yarn
yarn add @juandara22/vissually
Usage
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import VButton from '@juandara22/vissually';
import '@juandara22/vissually/dist/index.css'
function App() {
return (
<Button primary>
Hello World
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
About the Demo App
Keep it responsive! )
Author
Juan David Ramirez Portfolio You can always donate me here
Version
1.0.0
License
- MIT license
- Copyright 2018 © AlfagenosProductions.