@lieinapril/utente-switch

0.7.8 • Public • Published

@lieinapril/utente-switch

Neumorphism - Switching Selector.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-switch

Usage

import { Switch } from '@lieinapril/utente-switch';

const Example = () => {
  const args = {
    theme: "light",
    label: "English"
  };

  return (
    <div style={{ backgroundColor: "#eee" }}>
      <Switch {...args} />
    </div>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @lieinapril/utente-switch

Weekly Downloads

1

Version

0.7.8

License

ISC

Unpacked Size

28.4 kB

Total Files

6

Last publish

Collaborators

  • lordono