diff --git a/README.md b/README.md index 8ae0d41..c484ab0 100644 --- a/README.md +++ b/README.md @@ -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)