import { Canvas, Meta, Source, Story } from '@storybook/addon-docs'; import * as stories from './card.stories';
A card is an element which you can put any kind of content inside. Make sure
you wrap your content in a <fas-card-section>
element in order to achieve the traditional card look.
A card container has no padding, allowing you to place full-bleed images
inside. Use the <fas-card-divider>
and
<fas-card-section>
components to sub-divide a card.