0.7.5 • Published 3 years ago

@lieinapril/utente-tag v0.7.5

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

@lieinapril/utente-tag

Neumorphism - Tag for categorizing or markup.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-tag

Usage

import { Tag } from '@lieinapril/utente-tag';

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

  return (
    <div style={{ display: "flex", gap: 10, backgroundColor: "#eee" }}>
      <Tag {...args}>Article</Tag>
      <Tag {...args}>Electronics</Tag>
      <Tag {...args}>5G</Tag>
    </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.2

3 years ago

0.2.0

3 years ago