0.0.1-alpha.8 • Published 3 years ago

@coolvision/covin v0.0.1-alpha.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

组件README.md

安装

npm i @coolvision/covin

使用

import React from 'react';
import Component from '@coolvision/covin';

const Demo = () => {
  return (
    <Component
      type="primary"
    />
  );
};

export default Demo;
  • type: 组件的类型,如primary