mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: do not use backticks in inline notifications
This commit is contained in:
parent
01a548fee0
commit
6731f944ab
2 changed files with 7 additions and 10 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||||
<div class="body-short-01">
|
<div class="body-short-01">
|
||||||
You must provide an `iconDescription` for the button tooltip.
|
You must provide an <code>iconDescription</code> for the button tooltip.
|
||||||
</div>
|
</div>
|
||||||
</InlineNotification>
|
</InlineNotification>
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ Set `expressive` to `true` to use Carbon's expressive typesetting.
|
||||||
|
|
||||||
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||||
<div class="body-short-01">
|
<div class="body-short-01">
|
||||||
Expressive styles only work with the default, `"lg"`, and `"xl"` button sizes.
|
Expressive styles only work with the default, "lg", and "xl" button sizes.
|
||||||
</div>
|
</div>
|
||||||
</InlineNotification>
|
</InlineNotification>
|
||||||
|
|
||||||
|
|
|
@ -63,14 +63,11 @@ components: ["DatePicker", "DatePickerInput", "DatePickerSkeleton"]
|
||||||
|
|
||||||
### Single
|
### Single
|
||||||
|
|
||||||
<InlineNotification
|
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
|
||||||
svx-ignore
|
<div class="body-short-01">
|
||||||
lowContrast
|
If using Rollup, specify <code>inlineDynamicImports: true</code> in your <strong>rollup.config.js</strong>.
|
||||||
title="Note:"
|
</div>
|
||||||
subtitle="If using Rollup, specify `inlineDynamicImports: true` in your `rollup.config.js`."
|
</InlineNotification>
|
||||||
kind="info"
|
|
||||||
hideCloseButton
|
|
||||||
/>
|
|
||||||
|
|
||||||
<FileSource src="/framed/DatePicker/DatePickerSingle" />
|
<FileSource src="/framed/DatePicker/DatePickerSingle" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue