Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Remove Modal types that are removed from UIkit V3
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshHARDIYA committed Mar 15, 2017
1 parent bb02e39 commit fabe868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stories/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
/* Removed from UIkit v3
.addWithInfo('Blank', '', () => (
<div className="uk-margin-bottom">
<Modal blank target={<OpenButton />} >
Expand Down Expand Up @@ -118,6 +119,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
*/
/*
.addWithInfo('Center', '', () => (
<div className="uk-margin-bottom">
Expand Down

0 comments on commit fabe868

Please sign in to comment.