0.1.1 • Published 6 months ago

aero-example-component v0.1.1

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

aero-example-component

火柴人测试组件

Install

$ npm i aero-example-component --save

Usage

import ExampleComponent from "aero-example-component";

export default function App() {
  return (
    <div className={styles.usageContainer}>
      <ExampleComponent title="yellow" color="yellow" />
      <ExampleComponent title="red" color="red" />
    </div>
  );
}

API

参数说明类型默认值是否必填
title标题string'hello world'
color字体颜色string'#000'
xxxx这里是说明说明说明string'#000'
0.1.1

6 months ago

0.1.0

6 months ago