Skip to content

Commit

Permalink
Update README.md for Slideovers (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttravispierce authored Nov 25, 2020
1 parent eba6f6d commit af7d067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ const context = require.context("controllers", true, /.js$/);
application.load(definitionsFromContext(context));

// Import and register all TailwindCSS Components
import { Dropdown, Modal, Tabs, Popover, Toggle } from "tailwindcss-stimulus-components"
import { Dropdown, Modal, Tabs, Popover, Toggle, Slideover } from "tailwindcss-stimulus-components"
application.register('dropdown', Dropdown)
application.register('modal', Modal)
application.register('tabs', Tabs)
application.register('popover', Popover)
application.register('toggle', Toggle)
application.register('slideover', Slideover)
```

This will start StimulusJS and load any controllers that you have
Expand Down

0 comments on commit af7d067

Please sign in to comment.