From 0a5009f80b4c55987820eff0ca407d03a15adbf6 Mon Sep 17 00:00:00 2001 From: Gustavo Lelis Date: Tue, 7 Apr 2020 18:41:43 -0300 Subject: [PATCH] Basci example for SidePanel --- .../ui/src/components/SidePanel/SidePanel.mdx | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 platform/ui/src/components/SidePanel/SidePanel.mdx 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 + +