Skip to content

Commit 58b2fc9

Browse files
authored
lower the case
1 parent 5ec9716 commit 58b2fc9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/demos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let link = false;
5050
</div>
5151
```
5252

53-
## Segmented Button
53+
## Segmented button
5454

5555
Minimal demo:
5656

@@ -302,7 +302,7 @@ let icons = false;
302302
</Menu>
303303
```
304304

305-
## Bottom Sheet
305+
## Bottom sheet
306306

307307
Minimal demo:
308308

src/routes/1.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ${"<"}/SegmentedButtonContainer>`;
2121
const relevantLinks = [{"title":"SegmentedButtonContainer.sv","link":"https://github.com/KTibow/m3-svelte/blob/main/src/lib/buttons/SegmentedButtonContainer.svelte"},{"title":"SegmentedButtonItem.sv","link":"https://github.com/KTibow/m3-svelte/blob/main/src/lib/buttons/SegmentedButtonItem.svelte"}];
2222
</script>
2323

24-
<InternalCard title="Segmented Button" on:showCode={() => dispatch("showCode", { name: "Segmented Button", minimalDemo, relevantLinks })}>
24+
<InternalCard title="Segmented button" on:showCode={() => dispatch("showCode", { name: "Segmented button", minimalDemo, relevantLinks })}>
2525
<label>
2626
<Switch bind:checked={multiselect} />
2727
{multiselect ? "Multi-select" : "Single-select"}

src/routes/6.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const minimalDemo = `{#if open}
1818
const relevantLinks = [{"title":"BottomSheet.sv","link":"https://github.com/KTibow/m3-svelte/blob/main/src/lib/containers/BottomSheet.svelte"}];
1919
</script>
2020

21-
<InternalCard title="Bottom Sheet" on:showCode={() => dispatch("showCode", { name: "Bottom Sheet", minimalDemo, relevantLinks })}>
21+
<InternalCard title="Bottom sheet" on:showCode={() => dispatch("showCode", { name: "Bottom sheet", minimalDemo, relevantLinks })}>
2222
<div slot="demo">
2323
<Button type="tonal" on:click={() => (open = true)}>Open</Button>
2424
{#if open}

static/llms.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ let link = false;` to make this demo:
598598
</div>
599599
```
600600

601-
### Segmented Button
601+
### Segmented button
602602

603603
Minimal demo:
604604
```svelte
@@ -793,7 +793,7 @@ The M3 Svelte interactive demo for this component uses Menu, MenuItem with the T
793793
</Menu>
794794
```
795795

796-
### Bottom Sheet
796+
### Bottom sheet
797797

798798
Minimal demo:
799799
```svelte

0 commit comments

Comments
 (0)