Socket
Socket
Sign inDemoInstall

vanillajs-components

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vanillajs-components

Simple to use modal / alert / dialog / popup / toast / overlay / notification. Created without any framework. No javascript knowledge required! Works on every browser and device! IE >= 9


Version published
Weekly downloads
23
increased by109.09%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

I created this JS library as an open-source project to provide beautiful alert box messages, overlay box and toaster made with HTML, CSS and JS only. Feel free to contribute with a pull request or suggestions.

Installation

With NPM

vanillajs-components

npm install vanillajs-components
//css
import '~vanillajs-components/dist/vanillajs-components.min.css'

// javascript
import { overlay,confirm,toast,tabs,steps } from 'vanillajs-components';

Without NPM

Download

<head>
  <!-- In Head Tag -->
  <link rel="stylesheet" href="/path/to/dist/vanillajs-components.min.css">
</head>
<body>
  <!-- End Of Body Tag -->
  <script src="/path/to/dist/bundle.iife.js"></script>
</body>

Find out usage in SRC directory

License

MIT

Keywords

FAQs

Last updated on 01 Feb 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc