1.0.1 • Published 2 years ago

vanillajs-components v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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