DHI-GRAS / react-components

React components we use in our frontends
MIT License
1 stars 0 forks source link

feat(dashboard-card): add DashboardCard component and test #46

Closed Robert-OP closed 4 years ago

Robert-OP commented 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;
bertearazvan commented 4 years ago

:tada: This PR is included in version 1.13.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: