mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
docs: replace h3
with h2
headings (#1452)
This commit is contained in:
parent
b5c4501903
commit
e2a90005b9
70 changed files with 552 additions and 559 deletions
|
@ -3,22 +3,22 @@
|
|||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
### Default
|
||||
## Default
|
||||
|
||||
<SkeletonText />
|
||||
|
||||
### Heading variant
|
||||
## Heading variant
|
||||
|
||||
<SkeletonText heading />
|
||||
|
||||
### Paragraph variant
|
||||
## Paragraph variant
|
||||
|
||||
<SkeletonText paragraph />
|
||||
|
||||
### Paragraph with custom line count
|
||||
## Paragraph with custom line count
|
||||
|
||||
<SkeletonText paragraph lines={8} />
|
||||
|
||||
### Paragraph with max width
|
||||
## Paragraph with max width
|
||||
|
||||
<SkeletonText paragraph width="50%" />
|
Loading…
Add table
Add a link
Reference in a new issue