Skip to content

Commit

Permalink
Update Divider html example
Browse files Browse the repository at this point in the history
closes #3151
  • Loading branch information
BlueBles authored Aug 6, 2024
1 parent 936e269 commit e3cd43a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/src/routes/(docs)/components/divider/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ data="{[

```html
<div class="flex w-full">
<div class="$$divider $$divider-start">Start</div>
<div class="$$divider">Default</div>
<div class="$$divider $$divider-end">End</div>
<div class="$$divider $$divider-horizontal $$divider-start">Start</div>
<div class="$$divider $$divider-horizontal">Default</div>
<div class="$$divider $$divider-horizontal $$divider-end">End</div>
</div>
```

Expand Down

0 comments on commit e3cd43a

Please sign in to comment.