Socket
Socket
Sign inDemoInstall

@bahtera/virgo

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bahtera/virgo

Virgo is a JavaScript library built to help developing modern web applications faster and easier.


Version published
Weekly downloads
8
decreased by-38.46%
Maintainers
1
Weekly downloads
 
Created
Source

Virgo

Virgo is a JavaScript library built to help developing modern web applications faster and easier.

Getting Started

First, you need to include the bundled CSS file inside <head> tag:

<link rel="stylesheet" href="https://unpkg.com/@bahtera/virgo/dist/virgo.bundle.min.css">

Then, include the bundled JS file just before the closing of </body> tag:

<script src="https://unpkg.com/@bahtera/virgo/dist/virgo.bundle.min.js"></script>

Virgo is ready to launch.

Usage

Using Virgo is easy. If you know HTML, then you know Virgo. It leverages your knowledge about Web and its technology and doesn't try to force you to learn new concepts.

For example, to create a datepicker input inside a form with default configuration, you can do it with basic and valid HTML:

<form>
	<input type="datepicker" name="birthdate" data-label="Your Birthdate">
</form>

That script will transform standard HTML date input and provide datepicker component that works accross the browsers. data-label attribute is optional, but it will give you a label above the input box –automagically.

For more interesting things about what you can do with Virgo, visit the documentation site on https://virgo.netlify.app/.

Working with Frameworks

We are going to implement integrations with Angular, ReactJS, VueJS, and Svelte in near future. So, stay tuned!

License

Virgo is licensed under MIT License, which means it is available for:

  • Commercial Use
  • Re-Distribution
  • Modification
  • Private Use

without any charge. But we encourage you to contribute in development, or support us financially if this library is helpful. Spreading good words on Virgo inside your communities is also appreciated.

Keywords

FAQs

Package last updated on 13 Mar 2022

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc