mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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.
|
||||
|
||||
A minimum Svelte version of 3.48.0 is required to use this library.
|
||||
|
||||
```sh
|
||||
# Yarn
|
||||
yarn add -D carbon-components-svelte
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
OutboundLink,
|
||||
RadioButtonGroup,
|
||||
RadioButton,
|
||||
InlineNotification,
|
||||
} from "carbon-components-svelte";
|
||||
import TileCard from "../components/TileCard.svelte";
|
||||
import { theme } from "../store";
|
||||
|
@ -92,13 +91,6 @@
|
|||
<Row style="margin-bottom: var(--cds-layout-02)">
|
||||
<Column max="{10}" xlg="{10}">
|
||||
<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>
|
||||
</Row>
|
||||
<Row style="margin-bottom: var(--cds-layout-02)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue