1.1.0 • Published 5 months ago

@ray-js/badge v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

English | 简体中文

@ray/ty-badge

latest download

徽标

Installation

$ npm install @ray-js/badge
# or
$ yarn add @ray-js/badge

Usage

import Badge from '@ray-js/badge';
export default () => (
  <Badge content={5}>
    <View className={styles.content} />
  </Badge>
);

Quick Start

yarn build    # Compile

yarn watch    # Real-time compilation

yarn start:tuya      # Start the Tuya mini
1.1.0

5 months ago