All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.paper-card.README.md Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
# paper-card

Material Design: Cards

`paper-card` is a container with a drop shadow.

Example:
```html

  
Some content
Some action
``` ### Accessibility By default, the `aria-label` will be set to the value of the `heading` attribute. ### Styling The following custom properties and mixins are available for styling: Custom property | Description | Default ----------------|-------------|---------- `--paper-card-header-color` | The color of the header text | `#000` `--paper-card-header` | Mixin applied to the card header section | `{}` `--paper-card-content` | Mixin applied to the card content section| `{}` `--paper-card-actions` | Mixin applied to the card action section | `{}` `--paper-card` | Mixin applied to the card | `{}`




© 2015 - 2025 Weber Informatics LLC | Privacy Policy