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

1.0.0 • Public • Published

react-component-example

Example

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

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

Package Sidebar

Install

npm i @wyxin/react-component-example

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.99 kB

Total Files

12

Last publish

Collaborators

  • techrookiewyx