0.7.8 • Published 3 years ago

@lieinapril/utente-card v0.7.8

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

@lieinapril/utente-card

Neumorphism - Simple rectangular container.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-card

Usage

import { Card } from '@lieinapril/utente-card';

const Example = () => {
  const args = {
    theme: "light",
    hoverable: false,
    padded: true
  };

  return (
    <div style={{ backgroundColor: "#eee" }}>
      <Card {...args} style={{ width: 300, height: 300 }}>
        Standard Card
      </Card>
    </div>
  );
}
0.7.8

3 years ago

0.7.7

3 years ago

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