diff --git a/platform/ui/src/components/SidePanel/SidePanel.mdx b/platform/ui/src/components/SidePanel/SidePanel.mdx new file mode 100644 index 000000000..1ab31f5a9 --- /dev/null +++ b/platform/ui/src/components/SidePanel/SidePanel.mdx @@ -0,0 +1,39 @@ +--- +name: SidePanel +menu: General +route: components/sidePanel +--- + +import { Playground, Props } from 'docz'; +import { SidePanel } from '@ohif/ui'; + +# SidePanel + +## Import + +```javascript +import { SidePanel } from '@ohif/ui'; +``` + +## Basic usage + + +
+ +
panel content
+
+
+ CONTENT +
+
+
+ +## Properties + +