Skip to content

Commit

Permalink
feat(ui/storybook/figma): add page
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Dec 14, 2024
1 parent 86c788d commit dca8f6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const preview: Preview = {
order: [
'πŸ‘‹ Welcome',
'πŸ› Architecture',
'Figma',
'πŸ“š Docs Site',
'πŸŒ€ Portal',
'Website',
Expand Down
11 changes: 11 additions & 0 deletions libs/shared/ui/figma.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Meta } from "@storybook/blocks";

<Meta title="Figma" />

<iframe
title="cuHacking 2025 Figma"
className="mt-4 w-full h-full"
style={{ border: '1px solid rgba(0, 0, 0, 0.1)' }}
src="https://embed.figma.com/design/wc1JOWR48tBNkjcjwY3AzB/%E2%8C%A8%EF%B8%8F-cuHacking-Design-System?node-id=135-2&embed-host=share"
allowFullScreen>
</iframe>

0 comments on commit dca8f6f

Please sign in to comment.