@lieinapril/utente-steps

0.7.5 • Public • Published

@lieinapril/utente-steps

Neumorphism - Steps is a navigation bar that guides users through the steps of a task.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-steps

Usage

import { Steps, Step } from '@lieinapril/utente-steps';

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>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @lieinapril/utente-steps

Weekly Downloads

1

Version

0.7.5

License

ISC

Unpacked Size

74.9 kB

Total Files

9

Last publish

Collaborators

  • lordono