Skip to content

Commit

Permalink
Removed slideover duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder committed Jan 14, 2025
1 parent 4caf8db commit f47f833
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,24 +174,6 @@ Make sure to add this class to your body tag to prevent scrolling when the slide
<body class="has-[.prevent-scroll:checked]:overflow-clip">
```

#### Slideover

```blade
<label for="my-slideover">
Open Slideover
</label>
<x-rapidez::slideover id="my-slideover" title="Example Slideover">
Your slideover content goes here
</x-rapidez::slideover>
```

Make sure to add this class to your body tag to prevent scrolling when the slideover is open:

```html
<body class="has-[.prevent-scroll:checked]:overflow-clip">
```

#### Tag

It is a Blade version of a [dynamic Vue component](https://vuejs.org/guide/essentials/component-basics.html#dynamic-components)
Expand Down

0 comments on commit f47f833

Please sign in to comment.