Socket
Socket
Sign inDemoInstall

@juandara22/vissually

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juandara22/vissually

Easy to use graphic components for react


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 27 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc