0.0.13 • Published 2 years ago

@templatez/react v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@templatez/react

This is a template of react.

Install

npm install @templatez/react

Usage

import { SimpleToggle } from "@templatez/react";

const App = () => {
    return (
        <div>
            <SimpleToggle
                size={20}
                leftData={{ id: "1", name: "left" }}
                rightData={{ id: "2", name: "right" }}
                onClick={(e: any) => console.log(e)}
            />
        </div>
    );
};
0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago