vanillajs-components

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i vanillajs-components

Weekly Downloads

15

Version

1.0.1

License

none

Unpacked Size

49.8 kB

Total Files

7

Last publish

Collaborators

  • ghost-writer