ca-comp-footer

basic react component

Usage no npm install needed!

<script type="module">
  import caCompFooter from 'https://cdn.skypack.dev/ca-comp-footer';
</script>

README

ca-comp-footer image

API

属性 说明 类型 默认值

Example

import React from 'react';
import { render } from 'react-dom';
import Footer from 'ca-comp-footer';

render(
  <Footer />,
  document.getElementById('app')
);

Develop

$ npm run start

Publish

$ cd ../..          // 返回项目根目录,通过 `lerna` 来构建与发布
$ npm run build
$ npm publish