added slide component, twwek some pages, and enchanced docs
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* Interface that defines property for PageTop component
|
||||
* @property {string} text Text to show in top
|
||||
* @property {string} imagePath Path to image used in background
|
||||
* @example
|
||||
* <PageTop text="News" image-path="/images/news-top.jpg" />
|
||||
*/
|
||||
interface PageTopProperty {
|
||||
text: string;
|
||||
|
||||
Reference in New Issue
Block a user