added slide component, twwek some pages, and enchanced docs
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* @property {string} description description of link
|
||||
* @property {string} link link itself
|
||||
* @property {string=} imagePath optional path to image to display with
|
||||
* @example
|
||||
* <LinkCard title="Test Article" description="Test entry for the website." link="/blog/test" image-path="blog-cover-image.jpg" />
|
||||
*/
|
||||
interface LinkCardProperty {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user