1.0.2 • Published 4 years ago

@juandara22/vissually v1.0.2

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

Fullstack Grafic package for React

Demo Page

This is a npm React package for faster and simpler web development. Build your own design system! Start here here. NPM JavaScript Style Guide

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! Recordit GIF)

Author

Juan David Ramirez Portfolio You can always donate me here

Version

1.0.0

License

License

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago