et-tailwind-components
v1.0.0
Published
This is an implementation of most widely used components to be able to use with TailwindCss with the help of jquery.
Readme
This is my custom TailwindCss components built on jQuery.
Project Structure
jquery-tailwind-components/ |-- src/ | |-- js/ | | |-- modal.js | | |-- tooltip.js | | |-- dropdown.js | | |-- accordion.js | |-- css/ | | |-- tailwind.css |-- dist/ | |-- jquery-tailwind-components.js | |-- jquery-tailwind-components.min.js |-- examples/ | |-- index.html |-- package.json |-- README.md |-- webpack.config.js |-- postcss.config.js |-- tailwind.config.js
