We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a Navigation.Tile component without an id is allowed by the type settings
Navigation.Tile
id
Using a Navigation.Tile component enforces the id property to be set
<Navigation.Rail expanded background="bg-transparent"> {#snippet tiles()} <Navigation.Tile labelExpanded="Hello there!" > <SomeIcon /> </Navigation.Tile> {/snippet} </Navigation.Rail>
No response
https://github.com/skeletonlabs/skeleton/blob/next/packages/skeleton-svelte/src/lib/components/Navigation/types.ts#L102
The text was updated successfully, but these errors were encountered:
I'll throw a quick PR for this as well.
Sorry, something went wrong.
phamduylong
No branches or pull requests
Current Behavior
Using a
Navigation.Tile
component without anid
is allowed by the type settingsExpected Behavior
Using a
Navigation.Tile
component enforces theid
property to be setSteps To Reproduce
Link to Reproduction / Stackblitz
No response
More Information
https://github.com/skeletonlabs/skeleton/blob/next/packages/skeleton-svelte/src/lib/components/Navigation/types.ts#L102
The text was updated successfully, but these errors were encountered: