Skip to content

Commit fe21ebd

Browse files
committed
add patchkit-tabs
1 parent 2f9f080 commit fe21ebd

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

demo/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ import RainbowTextDemo from 'patchkit-rainbow-text/demo'
1111
import LinksDemo from 'patchkit-links/demo'
1212
import NiceDateDemo from 'patchkit-nicedate/demo'
1313
import HoverShifterDemo from 'patchkit-hover-shifter/demo'
14+
import TabsDemo from 'patchkit-tabs/demo'
15+
1416
import NiceRawDemo from 'patchkit-niceraw/demo'
1517
import MarkdownDemo from 'patchkit-markdown/demo'
1618
import MsgContentDemo from 'patchkit-msg-content/demo'
19+
1720
import SteppedProgressBarDemo from 'patchkit-stepped-progress-bar/demo'
1821
import ModalDemo from 'patchkit-modal/demo'
1922
import ImageUploaderDemo from 'patchkit-image-uploader/demo'
@@ -51,6 +54,7 @@ function DemoContainer (props) {
5154
<option value="links">patchkit-links</option>
5255
<option value="nicedate">patchkit-nicedate</option>
5356
<option value="hover-shifter">patchkit-hover-shifter</option>
57+
<option value="tabs">patchkit-tabs</option>
5458
<option value="niceraw">patchkit-niceraw</option>
5559
<option value="markdown">patchkit-markdown</option>
5660
<option value="msg-content">patchkit-msg-content</option>
@@ -112,6 +116,7 @@ class PatchKitDemo extends React.Component {
112116
<Route path="links" component={LinksDemo} />
113117
<Route path="nicedate" component={NiceDateDemo} />
114118
<Route path="hover-shifter" component={HoverShifterDemo} />
119+
<Route path="tabs" component={TabsDemo} />
115120
<Route path="niceraw" component={NiceRawDemo} />
116121
<Route path="markdown" component={MarkdownDemo} />
117122
<Route path="msg-content" component={MsgContentDemo} />

demo/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ section > .content {
2424

2525
@import "node_modules/patchkit-base-styles/all.less";
2626
@import "node_modules/patchkit-rainbow-text/styles.less";
27+
@import "node_modules/patchkit-tabs/styles.less";
2728
@import "node_modules/patchkit-niceraw/styles.less";
2829
@import "node_modules/patchkit-markdown/styles.less";
2930
@import "node_modules/patchkit-stepped-progress-bar/styles.less";

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"patchkit-selector": "^1.0.0",
3838
"patchkit-setup-flow": "^1.0.0",
3939
"patchkit-stepped-progress-bar": "^1.0.0",
40+
"patchkit-tabs": "^1.0.0",
4041
"patchkit-util": "^1.0.1",
4142
"react-router": "^1.0.2",
4243
"tape": "^4.5.1",

0 commit comments

Comments
 (0)