0.0.19 • Published 2 years ago

@ray-js/components-ty-cell v0.0.19

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

English | 简体中文

@ray-js/components-ty-cell

latest download

Tuya Style Cell

Installation

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

Usage

import React from 'react';
import { Checkbox, Text, View } from '@ray-js/components';
import List from '@ray-js/components-ty-cell';
import styles from './index.module.less';

export default function Home() {
  return (
    <List
      dataSource={[
        {
          title: 'Title',
        },
        {
          title: 'Title',
          content: 'Label',
        },
        {
          title: 'Title',
          content: <Icon type="icon-right" size={24} color="rgba(0,0,0,0.2)" />,
        },
        {
          title: 'Title',
          content: (
            <>
              Label
              <Icon
                style={{ marginLeft: '8rpx' }}
                type="icon-right"
                size={24}
                color="rgba(0,0,0,0.2)"
              />
            </>
          ),
        },
        {
          title: 'Title',
          content: <Icon type="icon-checkmark" size={24} color="#2B7AFF" />,
        },
        {
          title: 'Title',
          content: <Icon type="icon-checkmark" size={24} className={styles.iconColor} />,
        },
        {
          title: 'Title',
          content: <Switch />,
        },
        {
          title: (
            <>
              <Icon type="icon-a-sunmaxfill" size={24} color="#2B7AFF" />
              Title
            </>
          ),
          content: <Switch />,
        },
        {
          title: (
            <>
              <Icon type="icon-a-sunmaxfill" size={24} color="#2B7AFF" />
              Title
            </>
          ),
          content: (
            <>
              Label
              <Icon type="icon-right" size={24} className={styles.iconColor} />
            </>
          ),
        },
      ]}
    />
  );
}
0.0.19-beta-1

2 years ago

0.0.19

2 years ago

0.0.17-beta-1

2 years ago

0.0.18

2 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.8-beta-2

3 years ago

0.0.8-beta-1

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago