tailwindcss-stimulus-components
tailwindcss-stimulus-components copied to clipboard
A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.
So. I was in the process of upgrading both tailwind and this package. After upgrading i found out that on pages where the `body` tag has no classes attached to...
the example is only showing how to change active tab class for one target I want it to change multiple target at once how? the css example from tailwind give...
The current Autosave references `Rails.fire` but does not include Rails. Adding `import Rails from '@rails/ujs'` should address this.
I'm trying to use the Autosave controller. I notice it [references](https://github.com/excid3/tailwindcss-stimulus-components/blob/master/src/autosave.js#L16): > Rails.fire(this.formTarget, 'submit') To confirm - is this using UJS? These are Stimulus controllers, but I've been unable to...
Ive come across an issue that I'm trying to resolve with using this package with TypeScript (using esbuild, typescript 4.6, and target `esnext`): If you `import` a component and then...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
`tabs#change preventDefault()` was messing with this nice little trick to use tabs as radio button in some more complex forms: https://user-images.githubusercontent.com/307759/179628366-961a1017-5117-4163-a226-84f7929f4396.mov It looks safe for to me to remove it:...
Hi, This PR is fixing #136 issue. I was having the same issue an adding `relative` class to the body fixed also the issue for me, so I decide to...
Hey Chris! In the ReadMe you reference `slideover#_hide` in the example code, but the demo never uses the underscore - only `slideover#hide`. Is this an error, or does the underscore...
I noticed that the dropdown component doesn't seem to properly animate the transition from its invisible to visible state. After a few hours of fiddling around, I have yet to...