1.5.1 • Published 3 years ago

@tdcerhverv/card v1.5.1

Weekly downloads
127
License
Apache-2.0
Repository
github
Last release
3 years ago

Card component

Includes styling for all standard cards.

Example of usage

Import like this:

import { Card } from '@tdcerhverv/card';

Default

import { Card } from '@tdcerhverv/card';

render(<Card>{children}</Card>);

Props

interface ICardProps {
  children?: ReactNode;
  paddingSize?: 'small' | 'large';
  noEffect?: boolean;
  className?: string;
}

Property noEffect will disable hover effect with box shadow.

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago