@wyxin/react-component-demo
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

react-component-demo

Example

import React, { useState } from 'react';
import Example from '@wyxin/react-component-demo';

export default function Demo() {
  const [value, setValue] = useState([]);
  return (
    <React.Fragment>
      XXX
      <Example title="yongxin" />
    </React.Fragment>
  );
}

/@wyxin/react-component-demo/

    Package Sidebar

    Install

    npm i @wyxin/react-component-demo

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.24 kB

    Total Files

    14

    Last publish

    Collaborators

    • techrookiewyx