0.0.13 • Published 3 years ago

@templatez/react v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago