Socket
Socket
Sign inDemoInstall

now-activity-rule

Package Overview
Dependencies
6
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    now-activity-rule

活动规则组件


Version published
Maintainers
1
Install size
500 kB
Created

Readme

Source

now-activity-rule 活动规则组件

默认支持 onClick , onTouchStart 等 原生 DOM 事件, 可传入 style 进行自定义样式修改, 可传入子组件定义样式

API

属性说明类型默认值是否必传
title标题string
ruleList规则列表array

安装

npm install now-activity-rule

传参示例

import Button from 'now-activity-rule'

    const ruleList = [
        {
            subTitle: '活动时间:',
            subContent: '2017年4月10号~2017年4月15号'
        },
        {
            subTitle: '活动规则',
            subContent: '活动规则文案描述'
        },
        {
            subTitle: '奖励规则',
            subContent: '奖励规则描述文案'
        },
        {
            subTitle: '注意事项',
            subContent: '用户只能用一个账号绑定一个手机参加活动,官方认定的违规用户,将取消活动的参与资格;本活动的最终解释权归Now直播所有,如有任何疑问,可进行反馈。'
        }
    ];

<Rule title="活动细则"
      ruleList={ruleList}
    />

Keywords

FAQs

Last updated on 18 Oct 2017

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