add ContactCard component

This commit is contained in:
陈嘉涵
2017-09-27 17:35:23 +08:00
parent ae2c2dbe32
commit add6fe3736
5 changed files with 104 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import CellSwipe from './cell-swipe';
import Checkbox from './checkbox';
import CheckboxGroup from './checkbox-group';
import Col from './col';
import ContactCard from './contact-card';
import CouponCell from './coupon-cell';
import CouponList from './coupon-list';
import DatetimePicker from './datetime-picker';
@@ -70,6 +71,7 @@ const components = [
Checkbox,
CheckboxGroup,
Col,
ContactCard,
CouponCell,
CouponList,
DatetimePicker,
@@ -138,6 +140,7 @@ export {
Checkbox,
CheckboxGroup,
Col,
ContactCard,
CouponCell,
CouponList,
DatetimePicker,