mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: fix link to source [ci skip]
TODO: refactor to use exact file path from component API
This commit is contained in:
parent
0b96614b52
commit
e0d5e6133e
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
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,5 +1,6 @@
|
||||||
---
|
---
|
||||||
components: ["TileGroup", "RadioTile"]
|
components: ["TileGroup", "RadioTile"]
|
||||||
|
source: Tile/RadioTile.svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
components: ["SelectableTile"]
|
components: ["SelectableTile"]
|
||||||
|
source: Tile/SelectableTile.svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue