Skip to content

Commit

Permalink
Merge pull request GeekyAnts#2034 from GeekyAnts/vue-native-base
Browse files Browse the repository at this point in the history
Integrated the latest Native base component (DatePicker and Accordion) in Vue-Native
  • Loading branch information
SupriyaKalghatgi authored Jun 20, 2018
2 parents 1128292 + c7090b3 commit c65413c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/src/utils/computeProps.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/utils/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/utils/interactionManager.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/utils/mapPropsToStyleNames.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/src/vue-native.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/vue-native.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/vue-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { SwipeRow } from "./basic/SwipeRow";
import { Text } from "./basic/Text";
import { ViewNB as View } from "./basic/View";
import { Button } from "./basic/Button";
import { DatePicker } from "./basic/DatePicker";
import { TabHeading } from "./basic/TabHeading";
import { TabContainer } from "./basic/TabContainer";
import { IconNB } from "./basic/IconNB";
Expand Down Expand Up @@ -65,6 +66,7 @@ const VueNativeBasePlugin = {
Vue.component("nb-text", Text);
Vue.component("nb-view", View);
Vue.component("nb-button", Button);
Vue.component("nb-date-picker", DatePicker);
Vue.component("nb-tab-heading", TabHeading);
Vue.component("nb-tab-container", TabContainer);
Vue.component("nb-icon-nb", IconNB);
Expand Down

0 comments on commit c65413c

Please sign in to comment.