mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
docs: remove note on minimum Svelte version
It's been almost half a year since 3.48 was released.
This commit is contained in:
parent
16ca797171
commit
8bb5d90cea
2 changed files with 0 additions and 10 deletions
|
@ -31,8 +31,6 @@ Other forms of documentation are auto-generated:
|
||||||
|
|
||||||
Install `carbon-components-svelte` as a development dependency.
|
Install `carbon-components-svelte` as a development dependency.
|
||||||
|
|
||||||
A minimum Svelte version of 3.48.0 is required to use this library.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Yarn
|
# Yarn
|
||||||
yarn add -D carbon-components-svelte
|
yarn add -D carbon-components-svelte
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
OutboundLink,
|
OutboundLink,
|
||||||
RadioButtonGroup,
|
RadioButtonGroup,
|
||||||
RadioButton,
|
RadioButton,
|
||||||
InlineNotification,
|
|
||||||
} from "carbon-components-svelte";
|
} from "carbon-components-svelte";
|
||||||
import TileCard from "../components/TileCard.svelte";
|
import TileCard from "../components/TileCard.svelte";
|
||||||
import { theme } from "../store";
|
import { theme } from "../store";
|
||||||
|
@ -92,13 +91,6 @@
|
||||||
<Row style="margin-bottom: var(--cds-layout-02)">
|
<Row style="margin-bottom: var(--cds-layout-02)">
|
||||||
<Column max="{10}" xlg="{10}">
|
<Column max="{10}" xlg="{10}">
|
||||||
<h2 style="margin-top: var(--cds-layout-02)">Installation</h2>
|
<h2 style="margin-top: var(--cds-layout-02)">Installation</h2>
|
||||||
<InlineNotification
|
|
||||||
style="max-width: calc(48rem - 1rem);"
|
|
||||||
kind="info"
|
|
||||||
subtitle="A minimum Svelte version of 3.48.0 is required to use this library."
|
|
||||||
lowContrast
|
|
||||||
hideCloseButton
|
|
||||||
/>
|
|
||||||
</Column>
|
</Column>
|
||||||
</Row>
|
</Row>
|
||||||
<Row style="margin-bottom: var(--cds-layout-02)">
|
<Row style="margin-bottom: var(--cds-layout-02)">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue