Skip to content

Commit

Permalink
fix: remove RadioInline and SidebarMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 8, 2023
1 parent 94a3321 commit e57b2b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 46 deletions.
9 changes: 0 additions & 9 deletions src/lib/forms/RadioInline.svelte

This file was deleted.

37 changes: 0 additions & 37 deletions src/lib/navbar/SidebarMenu.svelte

This file was deleted.

1 change: 1 addition & 0 deletions src/routes/component-data/RadioInline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "RadioInline", "slots": [], "events": [], "props": [] }
11 changes: 11 additions & 0 deletions src/routes/component-data/SidebarMenu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "SidebarMenu",
"slots": [],
"events": ["on:click"],
"props": [
["size", "string", "'20'"],
["color", "string", "'currentColor'"],
["variation", "'solid' | 'outline'", "'outline'"],
["ariaLabel", "string", "'bars 3'"]
]
}

0 comments on commit e57b2b4

Please sign in to comment.