An open API service indexing awesome lists of open source software.

https://github.com/fbjorn/svelte-carbon-sidenav-issue


https://github.com/fbjorn/svelte-carbon-sidenav-issue

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# SideNav issue

Steps to reproduce:

```shell
pnpm install
pnpm dev

http://localhost:3000
```

The problem is that SideNav is flickering on a page reload. It doesn't work like [in this example](https://carbon-components-svelte.onrender.com/components/UIShell):
https://carbon-components-svelte.onrender.com/framed/UIShell/HeaderNav?theme=white

![demo](./sidenav.gif)

Even when collapsed, hamburger button appears with some delay:
![demo_collapsed](./sidenav-collapsed.gif)