| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073 |
- import React, { useState } from 'react';
- import Tabs from '../index';
- import Button from '@douyinfe/semi-ui/button/index';
- import Typography from '@douyinfe/semi-ui/typography/index';
- import Switch from '@douyinfe/semi-ui/switch/index';
- import { Radio, RadioGroup, Checkbox } from '@douyinfe/semi-ui';
- import Icon from '../../icons';
- import { IconFile, IconGlobe, IconHelpCircle, IconClose } from '@douyinfe/semi-icons';
- const TabPane = Tabs.TabPane;
- const { Title } = Typography;
- export default {
- title: 'Tabs'
- }
- const style = {
- width: '600px',
- margin: '20px',
- };
- const onChange = activeKey => {
- console.log('onChange: activeKey =>', activeKey);
- };
- const onTabClick = (activeKey, event) => {
- console.log('onTabClick: onTabClick =>', activeKey);
- };
- const operations = (
- <Button
- onClick={() => {
- alert('you have clicked me!');
- }}
- >
- Extra Action
- </Button>
- );
- class App extends React.Component {
- render() {
- return (
- <div>
- <Tabs type="line">
- <TabPane tab="文档" itemKey="1">
- <h3>文档</h3>
- <p
- style={{
- lineHeight: 1.8,
- }}
- >
- Semi Design 是由抖音前端团队与 UED
- 团队共同设计开发并维护的设计系统。设计系统包含设计语言以及一整套可复用的前端组件,帮助设计师与开发者更容易地打造高质量的、用户体验一致的、符合设计规范的
- Web 应用。
- </p>
- <p
- style={{
- lineHeight: 1.8,
- }}
- >
- 区别于其他的设计系统而言,Semi Design
- 以用户中心、内容优先、设计人性化为设计理念,具有以下优势:
- </p>
- <ul>
- <li>
- <p>Semi Design 以内容优先进行设计。</p>
- </li>
- <li>
- <p>更容易地自定义主题。</p>
- </li>
- <li>
- <p>适用国际化场景。</p>
- </li>
- <li>
- <p>效率场景加入人性化关怀。</p>
- </li>
- </ul>
- <h3>文档</h3>
- <p
- style={{
- lineHeight: 1.8,
- }}
- >
- Semi Design 是由抖音前端团队与 UED
- 团队共同设计开发并维护的设计系统。设计系统包含设计语言以及一整套可复用的前端组件,帮助设计师与开发者更容易地打造高质量的、用户体验一致的、符合设计规范的
- Web 应用。
- </p>
- <p
- style={{
- lineHeight: 1.8,
- }}
- >
- 区别于其他的设计系统而言,Semi Design
- 以用户中心、内容优先、设计人性化为设计理念,具有以下优势:
- </p>
- <ul>
- <li>
- <p>Semi Design 以内容优先进行设计。</p>
- </li>
- <li>
- <p>更容易地自定义主题。</p>
- </li>
- <li>
- <p>适用国际化场景。</p>
- </li>
- <li>
- <p>效率场景加入人性化关怀。</p>
- </li>
- </ul>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- <h3>快速起步</h3>
- <p
- style={{
- lineHeight: 1.8,
- }}
- >
- 如果是全新的项目,建议你使用 eden 初始化项目,初始化项目类型选择 react
- </p>
- <pre
- style={{
- margin: '24px 0',
- padding: '20px',
- border: 'none',
- whiteSpace: 'normal',
- borderRadius: '6px',
- color: 'var(--semi-color-text-1)',
- backgroundColor: 'var(--semi-color-fill-0)',
- }}
- >
- <code></code>
- </pre>
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- <h3>帮助</h3>
- <p
- style={{
- lineHeight: 1.8,
- color: 'var(--semi-color-text-0)',
- fontWeight: 600,
- }}
- >
- Q:有新组件需求、或者现有组件feature不能满足业务需求?
- </p>
- <p
- style={{
- lineHeight: 1.8,
- color: 'var(--semi-color-text-1)',
- }}
- >
- 右上角问题反馈,提交issue,label选择Feature Request / New Component Request
- 我们会高优处理这些需求。
- </p>
- <p
- style={{
- lineHeight: 1.8,
- color: 'var(--semi-color-text-0)',
- fontWeight: 600,
- }}
- >
- Q:对组件的使用有疑惑?
- </p>
- <p
- style={{
- lineHeight: 1.8,
- color: 'var(--semi-color-text-1)',
- }}
- >
- 欢迎进我们的客服lark群进行咨询提问。
- </p>
- </TabPane>
- </Tabs>
- </div>
- );
- }
- }
- export const Level1NoIcon = () => (
- <div
- style={{
- width: 500,
- height: 500,
- margin: 50,
- }}
- >
- <App />
- </div>
- );
- Level1NoIcon.story = {
- name: 'Level 1-无图标',
- };
- export const DefaultActiveKeyDemo = () => (
- <Tabs style={style} defaultActiveKey="3" onChange={onChange} onTabClick={onTabClick}>
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- DefaultActiveKeyDemo.story = {
- name: '指定defaultActiveKey',
- };
- export const Level1WithIcon = () => (
- <Tabs style={style} defaultActiveKey="1" onChange={onChange} onTabClick={onTabClick}>
- <TabPane
- tab={
- <span>
- <IconFile />
- 文档
- </span>
- }
- itemKey="1"
- >
- 文档
- </TabPane>
- <TabPane
- tab={
- <span>
- <IconGlobe />
- 快速起步
- </span>
- }
- itemKey="2"
- >
- 快速起步
- </TabPane>
- <TabPane
- tab={
- <span>
- <IconHelpCircle />
- 帮助
- </span>
- }
- itemKey="3"
- >
- 帮助
- </TabPane>
- </Tabs>
- );
- Level1WithIcon.story = {
- name: 'Level 1-有图标',
- };
- export const Level1WithTabBarExtraContent = () => (
- <Tabs style={style} defaultActiveKey="1" tabBarExtraContent={operations}>
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- Level1WithTabBarExtraContent.story = {
- name: 'Level 1-导航内容扩展',
- };
- export const RenderTabBar = () => (
- <Tabs
- style={style}
- defaultActiveKey="1"
- renderTabBar={(tabBarProps, DefaultTabBar) => {
- return (
- <div className="tab-bar-box" >
- 这是二次封装的Tab Bar,当前ActiveKey:{tabBarProps.activeKey}
- <DefaultTabBar {...tabBarProps} />
- </div>
- );
- }}
- >
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- RenderTabBar.story = {
- name: 'Level 1-导航二次封装',
- };
- export const DisabledTab = () => (
- <Tabs style={style} defaultActiveKey="1">
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3" disabled>
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4" disabled>
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- DisabledTab.story = {
- name: 'Level 1-不可点击Tab',
- };
- export const Level2Card = () => (
- <Tabs style={style} defaultActiveKey="1" type="card">
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- Level2Card.story = {
- name: 'Level 2-卡片Tab',
- };
- export const Level3ButtonTab = () => (
- <Tabs style={style} defaultActiveKey="1" type="button">
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- Level3ButtonTab.story = {
- name: 'Level 3-按钮Tab',
- };
- class TabDemo extends React.Component {
- constructor() {
- super();
- this.state = {
- itemKey: '1',
- };
- this.onTabClick = this.onTabClick.bind(this);
- }
- onTabClick(itemKey, type) {
- this.setState({
- [type]: itemKey,
- });
- }
- render() {
- const contentList = [
- <div>文档</div>,
- <div>快速起步</div>,
- <div>帮助</div>,
- <div>关于</div>,
- <div>资源工具</div>,
- ];
- const tabList = [
- {
- tab: '文档',
- itemKey: '1',
- },
- {
- tab: '快速起步',
- itemKey: '2',
- },
- {
- tab: '帮助',
- itemKey: '3',
- },
- {
- tab: '关于',
- itemKey: '4',
- },
- {
- tab: '资源工具',
- itemKey: '5',
- },
- ];
- return (
- <Tabs
- style={style}
- type="line"
- tabList={tabList}
- onTabClick={itemKey => {
- this.onTabClick(itemKey, 'itemKey');
- }}
- >
- {contentList[this.state.itemKey]}
- <span>test</span>
- <span>test2</span>
- </Tabs>
- );
- }
- }
- export const TabList = () => <TabDemo />;
- TabList.story = {
- name: 'tabList',
- };
- class TabDemo2 extends React.Component {
- constructor() {
- super();
- this.state = {
- key: '1',
- };
- this.onTabClick = this.onTabClick.bind(this);
- }
- onTabClick(val) {
- console.log('key', val);
- this.setState({
- key: val,
- });
- }
- render() {
- return (
- <Tabs type="line" activeKey={this.state.key} onChange={val => this.onTabClick(val)}>
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- }
- }
- export const ActiveKey = () => <TabDemo2 />;
- ActiveKey.story = {
- name: 'activeKey',
- };
- class TabDemo3 extends React.Component {
- constructor() {
- super();
- this.state = {
- key: '1',
- type: 'here',
- };
- }
- onTabClick(val) {
- console.log('key', val);
- this.setState({
- key: val,
- type: 'search',
- });
- }
- render() {
- let type = this.state.type;
- return (
- <Tabs type="line" activeKey={this.state.key} onChange={val => this.onTabClick(val)}>
- <TabPane tab="文档" itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- {type === 'search' && (
- <TabPane tab="搜索" itemKey="3">
- 搜索
- </TabPane>
- )}
- </Tabs>
- );
- }
- }
- export const Dynamic = () => <TabDemo3 />;
- class TabDemo4 extends React.Component {
- constructor() {
- super();
- this.state = {
- loading: true,
- };
- }
- updateTab = () => {
- this.setState({
- loading: !this.state.loading,
- });
- this.tab = Math.random();
- };
- render() {
- let type = this.state.type;
- return (
- <div>
- <Button onClick={() => this.updateTab()}>change</Button>
- <Tabs type="line">
- <TabPane tab={this.tab} itemKey="1">
- 文档
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- {type === 'search' && (
- <TabPane tab="搜索" itemKey="3">
- 搜索
- </TabPane>
- )}
- </Tabs>
- </div>
- );
- }
- }
- export const Update = () => <TabDemo4 />;
- export const RenderCurrentPane = () => (
- <Tabs style={style} keepDOM={false}>
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- RenderCurrentPane.story = {
- name: '只渲染当前pane'
- }
- export const LazyRender = () => (
- <Tabs style={style} lazyRender>
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- LazyRender.story = {
- name: '懒渲染'
- }
- export const VerticalTabs = () => (
- <Tabs style={style} tabPosition="left">
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- VerticalTabs.story = {
- name: '垂直的tabs'
- }
- export const HorizontalTabs = () => (
- <Tabs style={style} tabPosition="left" type="card">
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- HorizontalTabs.story = {
- name: '垂直的tabs - 卡片',
- };
- export const VerticalTabsButton = () => (
- <Tabs style={style} tabPosition="left" type="button">
- <TabPane tab="文档" itemKey="1">
- <span>文档</span>
- </TabPane>
- <TabPane tab="快速起步" itemKey="2">
- 快速起步
- </TabPane>
- <TabPane tab="帮助" itemKey="3">
- 帮助
- </TabPane>
- <TabPane tab="关于" itemKey="4">
- 关于
- </TabPane>
- <TabPane tab="资源工具" itemKey="5">
- 资源工具
- </TabPane>
- </Tabs>
- );
- VerticalTabsButton.story = {
- name: '垂直的tabs - 按钮',
- };
- export const CollapseTabs = () => (
- <div>
- <Tabs
- style={{
- width: '60%',
- margin: '20px',
- }}
- type="card"
- collapsible
- >
- {[...Array(30).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`Tab-${i}`} key={`${i}`}>
- Content of card tab {i}
- </TabPane>
- ))}
- </Tabs>
- <br />
- <br />
- <Tabs style={style} type="button" collapsible>
- {[...Array(30).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`${i}`} key={`${i}`}>
- Content of button tab {i}
- </TabPane>
- ))}
- </Tabs>
- <br />
- <br />
- <Tabs style={style} type="line" collapsible>
- {[...Array(30).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`${i}`} key={`${i}`}>
- Content of line tab {i}
- </TabPane>
- ))}
- </Tabs>
- </div>
- );
- CollapseTabs.story = {
- name: '折叠的tabs'
- }
- const TabSizeDemo = () => {
- const typeList = ['line'];
- const [size, setSize] = useState('large');
- const [vertical, setVertical] = useState(false);
- return (
- <div>
- <RadioGroup onChange={e => setSize(e.target.value)} value={size}>
- <Radio value={'small'}>small</Radio>
- <Radio value={'medium'}>medium</Radio>
- <Radio value={'large'}>large</Radio>
- </RadioGroup>
- <div
- style={{
- display: 'flex',
- alignItems: 'center',
- }}
- >
- <Title
- heading={6}
- style={{
- margin: 8,
- }}
- >
- {vertical ? '垂直' : '水平'}
- </Title>
- <Switch checked={vertical} onChange={setVertical} />
- </div>
- {typeList.map((type, index) => {
- return (
- <Tabs
- style={{
- width: '60%',
- margin: '20px',
- }}
- type={type}
- size={size}
- key={index}
- tabPosition={vertical ? 'left' : 'top'}
- >
- {[...Array(3).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`Tab-${i}`}>
- Content of {type} tab {i}
- </TabPane>
- ))}
- </Tabs>
- );
- })}
- <br />
- <br />
- </div>
- );
- };
- export const TabSize = () => <TabSizeDemo />;
- TabSize.story = {
- name: 'tab size',
- };
- class TabListChangeDemo extends React.Component {
- constructor() {
- super();
- this.state = {
- itemKey: '1',
- tabList:[
- {
- tab: '文档',
- itemKey: '1',
- },
- {
- tab: '快速起步',
- itemKey: '2',
- },
- {
- tab: '帮助',
- itemKey: '3',
- },
- {
- tab: '关于',
- itemKey: '4',
- },
- {
- tab: '资源工具',
- itemKey: '5',
- },
- ]
- };
- this.onTabClick = this.onTabClick.bind(this);
- }
- onTabClick(itemKey, type) {
- this.setState({
- [type]: itemKey,
- tabList: [{
- tab: '文档',
- itemKey: '1',
- }]
- });
- }
- render() {
- const contentList = [
- <div>文档</div>,
- <div>快速起步</div>,
- <div>帮助</div>,
- <div>关于</div>,
- <div>资源工具</div>,
- ];
- return (
- <Tabs
- style={style}
- type="line"
- tabList={this.state.tabList}
- onTabClick={itemKey => {
- this.onTabClick(itemKey, 'itemKey');
- }}
- >
- {contentList[this.state.itemKey]}
- <span>test</span>
- <span>test2</span>
- </Tabs>
- );
- }
- }
- export const TabListChange = () => <TabListChangeDemo />;
- TabListChange.story = {
- name: 'tablist change',
- };
- class TabClosableDemo extends React.Component {
- constructor(props){
- super(props);
- this.state = {
- tabList: [
- {tab: '文档', itemKey:'1', text:'文档', closable:true},
- {tab: '快速起步', itemKey:'2', text:'快速起步', closable:true},
- {tab: '帮助', itemKey:'3', text:'帮助'},
- ]
- }
- }
- close(key){
- const newTabList = [...this.state.tabList];
- const closeIndex = newTabList.findIndex(t=>t.itemKey===key);
- newTabList.splice(closeIndex, 1);
- this.setState({tabList:newTabList});
- }
- render() {
- return (
- <Tabs type="card" defaultActiveKey="1" onTabClose={this.close.bind(this)}>
- {
- this.state.tabList.map(t=><TabPane closable={t.closable} tab={t.tab} itemKey={t.itemKey} key={t.itemKey}>{t.text}</TabPane>)
- }
- </Tabs>
- );
- }
- }
- export const TabClosable = () => <TabClosableDemo />;
- TabClosable.story = {
- name: 'tab closable',
- };
- export const TabItem = () => {
- const TabItem = Tabs.TabItem;
- console.log('TabItem', TabItem.elementType, TabItem);
-
- const params = [
- // line 不同size
- { tab: '标签栏一', type: 'line', icon: null, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: null, size: 'medium', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: null, size: 'small', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
- // with icon
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'medium', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'small', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '1' },
-
-
- // button card
- { tab: '标签栏一', type: 'button', icon: null, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '2' },
- { tab: '标签栏一', type: 'card', icon: null, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '3' },
- { tab: '标签栏一', type: 'button', icon: <IconFile />, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '2' },
- { tab: '标签栏一', type: 'card', icon: <IconFile />, size: 'large', tabPosition: 'top', selected: false, closable: false, disabled: false, itemKey: '3' },
- // left
- { tab: '标签栏一', type: 'line', icon: null, size: 'large',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: null, size: 'medium',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: null, size: 'large', tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '2' },
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'large',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'medium',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'line', icon: <IconFile />, size: 'large', tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '2' },
- { tab: '标签栏一', type: 'card', icon: null, size: 'large', tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '3' },
- { tab: '标签栏一', type: 'button', icon: null, size: 'small',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- { tab: '标签栏一', type: 'card', icon: <IconFile />, size: 'large', tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '3' },
- { tab: '标签栏一', type: 'button', icon: <IconFile />, size: 'small',tabPosition: 'left', selected: false, closable: false, disabled: false, itemKey: '1' },
- ]
- return (<div style={{ minWidth: 100, minHeight: 100, border: '1px solid grey' }}>
- {params.map((param, index) => (
- <div key={`tab-item-${index}`} style={{ margin: 10 }}>
- <TabItem {...param} />
- <span style={{ marginLeft: '20px'}}></span>
- <TabItem {...param} selected={true}/>
- <span style={{ marginLeft: '20px'}}></span>
- <TabItem {...param} disabled={true}/>
- {param.type === 'card' &&
- <div key={`tab-item-${index}-2`} style={{ margin: 10 }}>
- <TabItem {...param} closable={true} />
- <span style={{ marginLeft: '20px'}}></span>
- <TabItem {...param} selected={true} closable={true} />
- <span style={{ marginLeft: '20px'}} closable={true} ></span>
- <TabItem {...param} disabled={true} closable={true} />
- </div>
- }
- </div>
- ))}
- </div>)
- }
- export const Fix1456 = () =>{
- const [key, setKey] = useState([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]);
- return (
- <div id='wrapper' style={{ height: 300, overflowY: 'scroll' }}>
- <div style={{ height: 500 }}>
- <Tabs style={{ width: '300px', margin: '20px' }} type="card" collapsible>
- {key.map(i => (
- <TabPane tab={`tab-${i}`} itemKey={`${i}`} key={i}>
- Content of card tab {i}
- </TabPane>
- ))}
- </Tabs>
- <Button onClick={()=>{setKey([8, 9, 10, 11, 12, 13, 14, 15])}}>change key</Button>
- </div>
- </div>
- );
- }
- Fix1456.story = {
- name: 'Fix-1456',
- };
- export const IconStyle = () => {
- return (
- <Tabs type="card" >
- <TabPane tab={<span><IconClose />文档</span> } itemKey="1" closable={true}>
- 用于测试图标设置为 close icon 是否正确
- </TabPane>
- <TabPane tab={<Radio defaultChecked>test2</Radio>} itemKey="2">
- 用于测试 tab 下的 Radio 中的 semi-icon 是否收到影响
- </TabPane>
- <TabPane tab={<Checkbox defaultChecked>test2</Checkbox>} itemKey="3">
- 用于测试 Checkbox 下的 Radio 中的 semi-icon 是否收到影响
- </TabPane>
- </Tabs>
- )
- }
- export const Fix2239 = () => {
- const [activeKey, setActiveKey] = useState('tab-0')
-
- return (
- <div>
- The overflow tab will also 'scrollIntoView' when the 'activeKey' changes.
- <Tabs
- style={{
- width: '500px',
- margin: '20px',
- }}
- type="card"
- activeKey={activeKey}
- collapsible
- onChange={(e) => {
- setActiveKey(e)
- }}
- >
- {[...Array(10).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`tab-${i}`} key={i}>content of tab {i}</TabPane>
- ))}
- </Tabs>
- <Button onClick={() => { setActiveKey('tab-0') }}>
- To Tab-0
- </Button>
- <Button onClick={() => { setActiveKey('tab-7') }}>
- To Tab-7
- </Button>
- </div>
- );
- }
- Fix2239.story = {
- name: 'Fix 2239',
- };
- export const ShowRestInDropdownDemo = () => {
- return (
- <Tabs
- style={{
- width: '60%',
- margin: '20px',
- }}
- type="card"
- collapsible
- showRestInDropdown={false}
- >
- {[...Array(30).keys()].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`Tab-${i}`} key={`${i}`}>
- Content of card tab {i}
- </TabPane>
- ))}
- </Tabs>
- )
- }
- export const Fix2415 = () => {
- return (
- <Tabs style={{ width: 250, margin: '20px' }} type="card" collapsible>
- {[10,2324325324324,1111].map(i => (
- <TabPane tab={`Tab-${i}`} itemKey={`Tab-${i}`} key={i}>
- Content of card tab {i}.Quickly click the right arrow and observe that the arrow is disabled correctly.
- </TabPane>
- ))}
- </Tabs>
- )
- }
|