Commit 1a8ecb32 authored by Sonia Vidal Gonzalez's avatar Sonia Vidal Gonzalez

panel medium

parent cca88806
...@@ -132,11 +132,11 @@ export default class HomeDetailsList extends React.Component<IHomeDetailsListPro ...@@ -132,11 +132,11 @@ export default class HomeDetailsList extends React.Component<IHomeDetailsListPro
<PrimaryButton <PrimaryButton
secondaryText='Opens the Sample Panel' secondaryText='Opens the Sample Panel'
onClick={ this._onShowPanel } onClick={ this._onShowPanel }
text='Open Panel' text='Añadir productos'
/> />
<Panel <Panel
isOpen={ this.state.showPanel } isOpen={ this.state.showPanel }
type={ PanelType.smallFixedFar } type={ PanelType.medium }
onDismiss={ this._onClosePanel } onDismiss={ this._onClosePanel }
isFooterAtBottom={ true } isFooterAtBottom={ true }
headerText='Panel with footer at bottom' headerText='Panel with footer at bottom'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment