Open Issues Need Help
View All on GitHubAI Summary: The `RatingsGroup` component in `skeleton-svelte` is incorrectly applying control-related attributes to its `<label>` element. This issue stems from using `getControlProps` instead of `getLabelProps` within the `label.svelte` component, leading to invalid attributes being spread to the label.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
Skeleton is an adaptive design system powered by Tailwind CSS.
AI Summary: Add `title` and `aria-label` attributes with default values to Skeleton components using the `btn-icon` class, ensuring consistency across Svelte and React versions. This involves updating type definitions, component code, and templates, following established style conventions and providing semantic descriptions for the attributes. A list of components requiring updates is provided, but a thorough audit may be necessary.
Skeleton is an adaptive design system powered by Tailwind CSS.
AI Summary: Update the Skeleton documentation and code examples to include `aria-label` and `title` attributes on icon buttons for improved accessibility. This involves modifying existing code examples and potentially adding props to components where icon buttons are used within them (this latter part is out of scope for this specific issue).
Skeleton is an adaptive design system powered by Tailwind CSS.
AI Summary: The task involves fixing type errors in the `generate-schema.ts` script within the Skeleton Labs documentation project. This requires removing the script from the TypeScript compiler's exclusion list, running type checks, and adding the necessary type annotations to resolve the reported errors, specifically addressing issues related to unspecified types and Necroparser integration.
Skeleton is an adaptive design system powered by Tailwind CSS.