diff --git a/docs/components/stack-blitz.tsx b/docs/components/stack-blitz.tsx new file mode 100644 index 00000000..8dae50e2 --- /dev/null +++ b/docs/components/stack-blitz.tsx @@ -0,0 +1,20 @@ +export const StackBlitz = (props: { + name: string + height?: number + view?: 'preview' | 'editor' + openFile?: string + hideExplorer?: boolean + showDevtools?: boolean +}) => { + return ( +