1.0.2 • Published 6 years ago

comp-tabs v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

comp-tabs image

API

属性说明类型默认值
dataSource数据源Array

Example

import React from 'react';
import { render } from 'react-dom';
import CompTabs from 'comp-tabs';

const data = [
  {
    title: '酒店资料',
    id: '1',
    selected: true
  },
  {
    title: '价格计划',
    id: '2',
    link: 'price.html'
  },
  {
    title: '供应商价格',
    id: '3',
    link: 'supplier.html'
  }
];

render(
  <CompTabs dataSource={data} />,
  document.getElementById('app')
);

Develop

$ npm run start

Publish

$ cd ../..          // 返回项目根目录,通过 `lerna` 来构建与发布
$ npm run build
$ npm publish
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago