11.0.0 • Published 1 year ago

@leafygreen-ui/card v11.0.0

Weekly downloads
346
License
Apache-2.0
Repository
github
Last release
1 year ago

Card

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/card

NPM

npm install @leafygreen-ui/card

Example

import Card from '@leafygreen-ui/card';

<Card className="card-styles" as="article">
  This is my card component
</Card>;

Output HTML

<div class="leafygreen-ui-1lu17q2 card-styles">This is my card component</div>

Properties

Card is a styled wrapper for the Box component. Any properties you would pass to Box can also be passed to Card.

PropTypeDescriptionDefault
classNamestringAdds a className to the class attribute
contentStyle'none', 'clickable'Whether the card should display as a visually clickable element.'clickable' when a valid onClick handler or href link is provided
darkModebooleanDetermines whether or not the component will appear in dark mode.false

Any other properties will be spread on the Box element.

11.0.0

1 year ago

10.0.7

1 year ago

10.0.5

2 years ago

10.0.6

2 years ago

10.0.0

2 years ago

10.0.1

2 years ago

10.0.2

2 years ago

10.0.3

2 years ago

10.0.4

2 years ago

11.0.0-alpha.1

2 years ago

11.0.0-alpha.0

2 years ago

9.0.9

2 years ago

9.0.8

2 years ago

9.0.8-next.5

2 years ago

9.0.8-next.6

2 years ago

9.0.8-next.3

2 years ago

9.0.8-next.4

2 years ago

9.0.8-next.7

2 years ago

9.0.8-next.1

2 years ago

9.0.8-next.2

2 years ago

9.0.8-next.0

2 years ago

9.0.7

2 years ago

9.0.6

2 years ago

9.0.5

2 years ago

9.0.4

2 years ago

9.0.3

3 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

7.1.1

3 years ago

7.1.0

3 years ago

8.0.1

3 years ago

8.0.0

3 years ago

7.1.0-test.1

3 years ago

7.1.0-next.1

3 years ago

7.1.0-next.0

3 years ago

7.1.0-next.2

3 years ago

7.0.1

3 years ago

7.1.0-test.0

3 years ago

7.0.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.1.4

3 years ago

5.1.3

4 years ago

5.1.2

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago