Closed Robert-OP closed 4 years ago
The DashboardCard component makes it easier to build dashboard layouts by wrapping other components. Using this component is done by proving the props below, the title prop is mandatory whilst the other props are optional.
children?: React.ReactNode | undefined; description?: string; disabled?: boolean; headerChildren?: React.ReactNode | undefined; style?: any; title: string;
:tada: This PR is included in version 1.13.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The DashboardCard component makes it easier to build dashboard layouts by wrapping other components. Using this component is done by proving the props below, the title prop is mandatory whilst the other props are optional.