0.7.5 • Published 3 years ago

@lieinapril/utente-radio v0.7.5

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

@lieinapril/utente-radio

Neumorphism - Radio.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-radio

Usage

import { Radio } from '@lieinapril/utente-radio';

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

  return (
    <div style={{ display: "flex", gap: 20, backgroundColor: "#eee" }}>
      <Radio {...args} size="small" label="One" name="example1" />
      <Radio {...args} size="small" label="Two" name="example1" />
      <Radio {...args} size="small" label="Three" name="example1" />
    </div>
  );
}
0.7.5

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago