0.7.5 • Published 3 years ago

@lieinapril/utente-divider v0.7.5

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

@lieinapril/utente-divider

Neumorphism - A divider line separates different content.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-divider

Usage

import { Divider } from '@lieinapril/utente-divider';

const Example = () => {

  return (
    <div
    style={{
      width: "calc(100% - 6rem)",
      maxWidth: 800,
      height: "calc(100% - 6rem)",
      padding: "3rem",
      backgroundColor: "#eeeeee"
    }}
  >
    <div>
      <Divider {...args} />
      <span>Something</span>
      <Divider {...args} />
      <span>Something</span>

      <Divider {...args} />
      <span>Something</span>
    </div>
  </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.1

3 years ago

0.3.0

3 years ago