mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-188649:
Adding Storybook.
This commit is contained in:
@ -2,7 +2,13 @@ import React, { FC } from "react";
|
||||
import "./style.sass";
|
||||
|
||||
type TCardProps = {
|
||||
/**
|
||||
* Is this the title of the card.
|
||||
*/
|
||||
title?: string,
|
||||
/**
|
||||
* Is this the child component of the card. (The content)
|
||||
*/
|
||||
children?: JSX.Element,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user