You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is a simple card component that displays a portfolio overview with a title, value, and description. The makeStyles function is used to define the styles for the component, and the Card, CardContent, and Typography components are imported from Material-UI to create the card layout.
To use this component, simply pass in the value and description props as needed. For example, you could use it like this:
<PortfolioOverview value="$1,000,000" description="Total value of assets in the hedge portfolio" />
This would display a card with the title "Portfolio Overview", the value "$1,000,000", and the description "Total value of assets in the hedge portfolio".
The text was updated successfully, but these errors were encountered:
This component is a simple card component that displays a portfolio overview with a title, value, and description. The
makeStyles
function is used to define the styles for the component, and theCard
,CardContent
, andTypography
components are imported from Material-UI to create the card layout.To use this component, simply pass in the
value
anddescription
props as needed. For example, you could use it like this:This would display a card with the title "Portfolio Overview", the value "$1,000,000", and the description "Total value of assets in the hedge portfolio".
The text was updated successfully, but these errors were encountered: