Skip to content

Commit

Permalink
Fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
mvickstrivve committed Sep 27, 2023
1 parent e6cda15 commit 3d30246
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions src/stories/ExampleApperance3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { Meta, Markdown } from '@storybook/blocks';

import Appearance from '../../docs/appearance.md';

<Meta title="Example/Custom Appearance 2" />

# Custom Appearance 3

### Preview only. Click 'Open Sandbox' to edit the editor.

<iframe
src="https://codesandbox.io/embed/github/swch/Strivve-UX-Components/tree/master/examples/custom-appearance3?fontsize=14&hidenavigation=1&theme=dark"
style={{ marginTop: 12, marginBottom: 20, width: '100%', height: '600px', background: 'black', border: '0', borderRadius: '4px', overflow: 'hidden' }}
title="swch/Strivve-UX-Components: custom-appearance3"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
/>

<Markdown>{Appearance}</Markdown>

0 comments on commit 3d30246

Please sign in to comment.