@teamix/rank
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

排行榜

@teamix/rank

排行榜业务组件

API

参数名 说明 必填 类型 默认值 备注
style 自定义组件style React.CSSProperties
className 自定义组件className string
hasHoverShadow hover时是否有阴影 boolean true
title 标题 string
isPercent 是否是百分比排行 boolean false
dataSource 数据源 IDataItem[] []

IDataItem

IDataItem {
  text: string;
  value: number;
}

/@teamix/rank/

    Package Sidebar

    Install

    npm i @teamix/rank

    Weekly Downloads

    8

    Version

    1.1.10

    License

    MIT

    Unpacked Size

    984 kB

    Total Files

    17

    Last publish

    Collaborators

    • yofine
    • zaranengap
    • chesstar