@zswang/react-petchain
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Pet chain of React Component

NPM version

Example

import { Pet } from '@zswang/react-petchain';

let props = {
  bgColor: '日落黄',
  body: '灰太狼',
  bodyColor: '牙黄',
  eye: '小惊讶',
  eyeColors: '浅钴蓝',
  pattern: '奶牛',
  patternColor: '变异橙',
  bellyColor: '深灰',
  mouth: '小獠牙',
};

const pet = <Pet {...props} />;

Screenshot

pet screenshot pet screenshot

License

MIT © zswang

Package Sidebar

Install

npm i @zswang/react-petchain

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

4.11 MB

Total Files

98

Last publish

Collaborators

  • zswang