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

Commit

Permalink
hide stories of unfinished Modal features
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 18, 2016
1 parent 6a19654 commit d5146da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stories/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
/*
.addWithInfo('Center', '', () => (
<div className="uk-margin-bottom">
<Modal center target={OpenButton} >
Expand All @@ -124,6 +125,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
// */
.addWithInfo('Large dialog modifier', '', () => (
<div className="uk-margin-bottom">
<Modal large target={OpenButton} >
Expand All @@ -132,6 +134,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
/*
.addWithInfo('Overflow container in modal', '', () => (
<div className="uk-margin-bottom">
<Modal target={OpenButton}>
Expand Down Expand Up @@ -161,6 +164,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
// */
.addWithInfo('Alert', '', () => (
<div className="uk-margin-bottom">
<Modal
Expand All @@ -186,6 +190,7 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
/*
.addWithInfo('Prompt', '', () => (
<div className="uk-margin-bottom">
<Modal
Expand Down Expand Up @@ -215,3 +220,4 @@ storiesOf('Modal', module)
</Modal>
</div>
), { header: false, inline: true })
//*/

0 comments on commit d5146da

Please sign in to comment.