refactor(ui): update shared components and add ControlGroup, SidebarContainer
This commit is contained in:
@@ -13,9 +13,23 @@ import {
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
interface Props {
|
||||
/**
|
||||
* Visual variant
|
||||
* @default 'muted'
|
||||
*/
|
||||
variant?: LabelVariant;
|
||||
/**
|
||||
* Text size
|
||||
* @default 'sm'
|
||||
*/
|
||||
size?: LabelSize;
|
||||
/**
|
||||
* Content snippet
|
||||
*/
|
||||
children?: Snippet;
|
||||
/**
|
||||
* CSS classes
|
||||
*/
|
||||
class?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user