Skip to content

grim-reapper/vanillajs-components

Repository files navigation

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

<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

About

Simple Vanilla JS component library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published