@ray-js/components-ty-tabs
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

English | 简体中文

@ray-js/components-ty-tabs

latest download

涂鸦风格选择器

Installation

$ npm install @ray-js/components-ty-tabs
# or
$ yarn add @ray-js/components-ty-tabs

Usage

import Tabs from '@ray-js/components-ty-tabs';

<Tabs height="500rpx">
  <Tabs.TabPanel tab="标签 1" tabKey="1">
    <View>盛年不重来</View>
  </Tabs.TabPanel>
  <Tabs.TabPanel tab="标签 2" tabKey="2">
    <View>一日难再晨</View>
  </Tabs.TabPanel>
  <Tabs.TabPanel tab="标签 3" tabKey="3">
    <View>及时宜自勉</View>
  </Tabs.TabPanel>
  <Tabs.TabPanel tab="标签 4" tabKey="4">
    <View>及时宜自勉</View>
  </Tabs.TabPanel>
</Tabs>

// SegmentedPicker
<Tabs.SegmentedPicker>
  <Tabs.TabPanel tab="标签 1" tabKey="1" />
  <Tabs.TabPanel tab="标签 2" tabKey="2" />
</Tabs.SegmentedPicker>

Readme

Keywords

none

Package Sidebar

Install

npm i @ray-js/components-ty-tabs

Weekly Downloads

4

Version

0.0.15

License

MIT

Unpacked Size

25 kB

Total Files

21

Last publish

Collaborators

  • tuyafe