Skip to content

Commit

Permalink
motion safe smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 8, 2023
1 parent 1911464 commit 4f8dd3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ These docs use the [TailwindCSS Typography plugin](https://tailwindcss.com/docs/
**drab** is a collection of useful components, not a complete UI kit. If **drab** isn't what you are looking for, here are some other libraries to check out.

- [Skeleton](https://skeleton.dev)
- [Carbon Components](https://carbon-components-svelte.onrender.com/)
- [Melt UI](https://www.melt-ui.com/)
- [shadcn-svelte](https://www.shadcn-svelte.com/)
- [Svelte-HeadlessUI](https://captaincodeman.github.io/svelte-headlessui/)
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" class="scroll-smooth">
<html lang="en" class="motion-safe:scroll-smooth">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
1 change: 1 addition & 0 deletions src/site/md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ These docs use the [TailwindCSS Typography plugin](https://tailwindcss.com/docs/
**drab** is a collection of useful components, not a complete UI kit. If **drab** isn't what you are looking for, here are some other libraries to check out.

- [Skeleton](https://skeleton.dev)
- [Carbon Components](https://carbon-components-svelte.onrender.com/)
- [Melt UI](https://www.melt-ui.com/)
- [shadcn-svelte](https://www.shadcn-svelte.com/)
- [Svelte-HeadlessUI](https://captaincodeman.github.io/svelte-headlessui/)
Expand Down

1 comment on commit 4f8dd3a

@vercel
Copy link

@vercel vercel bot commented on 4f8dd3a Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.