Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
import "@inera/ids-core/components/card/register";
ids-card will render a card-styled container for your content.
| Name | Description | Default | Control |
|---|---|---|---|
| Properties | |||
| bordertop | Will give the card a top border. Only for 1177 themes | false | |
| fill | Changes color of the card. Only for inera and inera-admin. (7.0) | false | |
| focuscard | Changes color of the card. Cannot be combined with borderTop. (7.0) | false | |
| hideonm | Hides card wrapper on medium devices. This will set interactive to false. | false | |
| hideons | Hides card wrapper on small devices. This will set interactive to false. | false | |
| interactive | Will add extra shadow on hover | false | |
| lean | Will decrease padding on y axis | false | |
| slots | |||
For content | - | ||
| interactive | Add a link with this slot and the card will be clickable | - | |
Interactive cards can be achieved with a link with slot="interactive".
No actions required.