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:
metonym 2022-03-13 19:03:15 -07:00 committed by GitHub
commit 2657ce71c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 250 additions and 86 deletions

View file

@ -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;
/**

View file

@ -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 */