Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 7745c33

Browse files
update the home page
1 parent 6431bd6 commit 7745c33

File tree

1 file changed

+17
-0
lines changed
  • examples/demo-section-blog/src/pages

1 file changed

+17
-0
lines changed

examples/demo-section-blog/src/pages/index.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam iaculis eros vit
1616
1717
Aenean gravida, lacus non gravida fermentum, ante enim `console.log` facilisis dolor, quis lacinia purus enim sed mauris. Nam viverra justo lectus, sit amet ultrices odio sodales eu.
1818

19+
<Space h={"sm"} />
20+
21+
1922
## Icons
23+
2024
<div className="flex flex-row justify-between">
2125
<AlertTriangle />
2226
<Ban />
@@ -31,8 +35,10 @@ Aenean gravida, lacus non gravida fermentum, ante enim `console.log` facilisis d
3135
<Braces />
3236
</div>
3337

38+
<Space h={"sm"} />
3439

3540
## Alert
41+
3642
<Alert>
3743
<AlertTriangle className="h-4 w-4" />
3844
<AlertTitle >Heads up!</AlertTitle>
@@ -41,9 +47,12 @@ Aenean gravida, lacus non gravida fermentum, ante enim `console.log` facilisis d
4147
</AlertDescription>
4248
</Alert>
4349

50+
<Space h={"sm"} />
4451

4552
## Tabs
53+
4654
<Tabs defaultValue="npm" className="w-full md:w-[624px]">
55+
4756
<TabsList>
4857
<TabsTrigger className="mx-1" value="npm">NPM</TabsTrigger>
4958
<TabsTrigger className="mx-1" value="yarn">Yarn</TabsTrigger>
@@ -67,14 +76,20 @@ Aenean gravida, lacus non gravida fermentum, ante enim `console.log` facilisis d
6776

6877
</Tabs>
6978

79+
<Space h={"sm"} />
80+
7081
## Code Block
82+
7183
```js filename="example.js"
7284
function MyButton() {
7385
return (
7486
<button>I'm a button</button>
7587
);
7688
}
7789
```
90+
91+
<Space h={"sm"} />
92+
7893
## Space
7994
8095
<Space h={"sm"} />
@@ -83,6 +98,8 @@ function MyButton() {
8398
8499
<Separator />
85100
101+
<Space h={"sm"} />
102+
86103
## Follow me
87104
88105
<div className="flex justify-between" id="badges">

0 commit comments

Comments
 (0)