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

0.1.0 • Public • Published

English | 简体中文

@ray-js/components-ty-tabbar

latest download

涂鸦风格 Tabbar

Installation

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

Usage

Basic Usage

import Tabbar from '@ray-js/components-ty-tabbar';
export default () => {
  return (
    <Tabbar>
      <Tabbar.TabItem icon={<Icon type="icon-a-sunmaxfill" />}>标签</Tabbar.TabItem>
      <Tabbar.TabItem icon={<Icon type="icon-a-cloudhailfill" />}>标签</Tabbar.TabItem>
      <Tabbar.TabItem icon={<Icon type="icon-a-cloudsunrainfill" />}>标签</Tabbar.TabItem>
      <Tabbar.TabItem icon={<Icon type="icon-a-moonstarsfill" />}>标签</Tabbar.TabItem>
    </Tabbar>
  );
};

/@ray-js/components-ty-tabbar/

    Package Sidebar

    Install

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

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    13.5 kB

    Total Files

    14

    Last publish

    Collaborators

    • tuyafe