mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: fix formatting, broken link (#1172)
* chore: remove extra space in description comment * docs(data-table): fix formatting * docs(checkbox): fix broken link * chore(deps-dev): bump deps * Run "yarn build:docs"
This commit is contained in:
parent
ba0abe8e34
commit
2657ce71c2
7 changed files with 250 additions and 86 deletions
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
export let primaryButtonIcon = undefined;
|
||||
|
||||
/** Set to `true` to disable the primary button */
|
||||
/** Set to `true` to disable the primary button */
|
||||
export let primaryButtonDisabled = false;
|
||||
|
||||
/**
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
/** Set to `true` to enable the light variant */
|
||||
export let light = false;
|
||||
|
||||
/** Set to `true` to disable the input */
|
||||
/** Set to `true` to disable the input */
|
||||
export let disabled = false;
|
||||
|
||||
/** Set to `true` to use the read-only variant */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue