Skip to content

Commit

Permalink
Add missing ColorPreview to import list in README.md (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tashows authored Aug 17, 2023
1 parent 7b703e2 commit c24c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Application } from "@hotwired/stimulus"
const application = Application.start();

// Import and register all TailwindCSS Components or just the ones you need
import { Alert, Autosave, Dropdown, Modal, Tabs, Popover, Toggle, Slideover } from "tailwindcss-stimulus-components"
import { Alert, Autosave, ColorPreview, Dropdown, Modal, Tabs, Popover, Toggle, Slideover } from "tailwindcss-stimulus-components"
application.register('alert', Alert)
application.register('autosave', Autosave)
application.register('color-preview', ColorPreview)
Expand Down

0 comments on commit c24c897

Please sign in to comment.