# PageCard A pre-styled card component that displays a title, description and optional link. ## Key Props - `title`: to set the title of the card. - `description`: to set the description of the card. - `icon`: to set the icon of the card. - `variant`: to change the style of the card. - `orientation`: to change the orientation with the default slot. - `reverse`: to reverse the orientation of the default slot. ## Usage ```vue /> ```