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

Commit

Permalink
open link in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 24, 2016
1 parent 2019909 commit e508121
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/stories/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ storiesOf('Input', module)
<Input success defaultValue="success" /> &nbsp;
<Input blank placeholder="blank" />
</form>
), { header: false, inline: true, propTables: [Input] })
), { header: false, inline: true, propTables: [Input], mtrcConf: {
a: ({ href, children }) => <a href={href} target="_blank">{children}</a>,
} })
.addWithInfo('Size modifiers', '', () => (
<form className="uk-margin-bottom uk-form">
<div className="uk-form-row">
Expand Down

0 comments on commit e508121

Please sign in to comment.