mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat: support expressive styles for Button, UnorderedList, OrderedList
This commit is contained in:
parent
71a12950af
commit
92ce3b405e
11 changed files with 114 additions and 7 deletions
6
types/Button/Button.d.ts
vendored
6
types/Button/Button.d.ts
vendored
|
@ -26,6 +26,12 @@ export interface ButtonProps
|
|||
*/
|
||||
size?: "default" | "field" | "small" | "xl";
|
||||
|
||||
/**
|
||||
* Set to `true` to use Carbon's expressive typesetting
|
||||
* @default false
|
||||
*/
|
||||
expressive?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to enable the selected state for an icon-only, ghost button
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue