mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore(docs): remove unused source
from frontmatter
This commit is contained in:
parent
8f37f09374
commit
ee5a618dc6
9 changed files with 0 additions and 27 deletions
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: Button/ButtonSet.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Button, ButtonSet } from "carbon-components-svelte";
|
import { Button, ButtonSet } from "carbon-components-svelte";
|
||||||
import Login from "carbon-icons-svelte/lib/Login.svelte";
|
import Login from "carbon-icons-svelte/lib/Login.svelte";
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: Tile/ClickableTile.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { ClickableTile } from "carbon-components-svelte";
|
import { ClickableTile } from "carbon-components-svelte";
|
||||||
import Preview from "../../components/Preview.svelte";
|
import Preview from "../../components/Preview.svelte";
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: Tile/ExpandableTile.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { ExpandableTile, Button } from "carbon-components-svelte";
|
import { ExpandableTile, Button } from "carbon-components-svelte";
|
||||||
import Preview from "../../components/Preview.svelte";
|
import Preview from "../../components/Preview.svelte";
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
components: ["InlineNotification", "NotificationActionButton"]
|
components: ["InlineNotification", "NotificationActionButton"]
|
||||||
source: Notification/InlineNotification.svelte
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: TextInput/PasswordInput.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { PasswordInput } from "carbon-components-svelte";
|
import { PasswordInput } from "carbon-components-svelte";
|
||||||
import Preview from "../../components/Preview.svelte";
|
import Preview from "../../components/Preview.svelte";
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
components: ["TileGroup", "RadioTile"]
|
components: ["TileGroup", "RadioTile"]
|
||||||
source: Tile/RadioTile.svelte
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
components: ["SelectableTile"]
|
components: ["SelectableTile"]
|
||||||
source: Tile/SelectableTile.svelte
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: Tile/Tile.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Tile } from "carbon-components-svelte";
|
import { Tile } from "carbon-components-svelte";
|
||||||
import Preview from "../../components/Preview.svelte";
|
import Preview from "../../components/Preview.svelte";
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
source: Notification/ToastNotification.svelte
|
|
||||||
---
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { ToastNotification } from "carbon-components-svelte";
|
import { ToastNotification } from "carbon-components-svelte";
|
||||||
import Preview from "../../components/Preview.svelte";
|
import Preview from "../../components/Preview.svelte";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue