Skip to content

Commit

Permalink
Merge branch 'main' of github.com:excid3/tailwindcss-stimulus-components
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Oct 22, 2024
2 parents 270545b + daaf703 commit 710d51c
Show file tree
Hide file tree
Showing 8 changed files with 360 additions and 105 deletions.
152 changes: 97 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class extends Controller {
enter(this.element)
}, this.showDelayValue)

// Auto dimiss if defined
// Auto dismiss if defined
if (this.hasDismissAfterValue) {
setTimeout(() => {
this.close()
Expand Down
Loading

0 comments on commit 710d51c

Please sign in to comment.