my-vite-react-ts-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

MyComponent

MyComponent is a React component that displays popup and show buttons.

Installation

npm i my-vite-react-ts-button 


## Usage 
import { Button } from 'my-vite-react-ts-button' 
// Button and btn id and names
 const btn = [
    {id: 1, 
    name:"Section 1",},
    {id: 2, 
    name:"Section k",},
    {id: 3, 
    name:"Section 3",},
    {id: 4, 
    name:"Section 4",},
  ];


const App = () => {



  return (
    <div>
    // Label is button name
    <Button label="magic" btn={btn}/>
    <div/>
    );
};


## Credits 
Created by Niroyan.k

Readme

Keywords

none

Package Sidebar

Install

npm i my-vite-react-ts-button

Weekly Downloads

0

Version

1.0.6

License

none

Unpacked Size

3.94 MB

Total Files

11

Last publish

Collaborators

  • n12oyan