Skip to content

Commit de76562

Browse files
committed
✨ added stepper component
1 parent c0842e6 commit de76562

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

public/images/ui/stepper.svg

Lines changed: 10 additions & 0 deletions
Loading

src/showcase/ui-group/ComponentCards.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ const data = [
4848
component: <CopyPasteButton />,
4949
link: '/playground',
5050
},
51+
{
52+
title: 'Stepper',
53+
image: '/images/ui/stepper.svg',
54+
link: '/components/stepper',
55+
},
5156
]
5257

5358
const ComponentCards = () => {

0 commit comments

Comments
 (0)