Socket
Socket
Sign inDemoInstall

abc-squard-card

Package Overview
Dependencies
61
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    abc-squard-card

展示各种列表型的排行;提供四种模式,支持标题可配置、最大显示条数设置、子项模板渲染自定义;


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

九宫格组件

提供九宫格排版的信息展示,支持宽度高度等自定义,以及浅色、深色两种主题

适用范围

适合需要九宫格排版展示数据的场景,效果如下截图: 组件效果截图1

代码演示

<SquardCard width={100} height={100} data={data} title="我常看的公司"/>

   data数据示例:
      const data = [
             {"id":1, "content":<div style={{marginTop:'30px'}}><p>农业银行</p><p>0008765ZH</p></div>},
             {"id":2, "content":"测试"},
             {"id":3, "content":"测试"},
             {"id":4, "content":"测试"},
             {"id":5, "content":"测试"},
             {"id":6, "content":"测试"},
             {"id":7, "content":"测试"},
             {"id":8, "content":"测试"},
             {"id":9, "content":"测试"}
      ]

API

属性说明类型默认值
title标题,可配置string/element
data九宫格数据array[]
width单个格子宽度number
height单个格子高度number
theme主题string浅色主题

备注

1、data数组中,标题:title,内容:content。可以自定义为element类型,详见demo示例。

FAQs

Last updated on 08 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc