Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
title group nav
test-测试组件
path
/
title path
/components

@vis/test

@vis/test.

See our website @vis/test for more information.

Install

Using npm:

$ npm install --save @vis/test   --registry http://xxx.xxx.xxx.xxx:xxxx/

or using yarn:

$ yarn add @vis/test   --registry http://xxx.xxx.xxx.xxx:xxxx/

测试组件描述

import React from 'react';
import { Test } from '@vis/test';
export default () => {
  return (
    <h1>
      自定义渲染代码块
      <Test />
    </h1>
  );
};