Skip to content

Commit

Permalink
add separator example
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbence committed Aug 2, 2024
1 parent 756b0f9 commit 9b6a728
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Separator/Separator.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Separator } from './index.js'

export default {
title: 'Quarks/Separator',
component: Separator,
}

export const Default = {
args: {},
}

0 comments on commit 9b6a728

Please sign in to comment.