DHI-GRAS / react-components

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

feat(about-card): add AboutCard component and test #45

Closed Robert-OP closed 3 years ago

Robert-OP commented 3 years ago

AboutCard component makes it easier to build presentation cards in a landing page or dashboard. Using this component is done by proving the props below, the title prop is mandatory whilst the other props are optional.

  title: string;
  description?: string;
  descriptionTitle?: string;
  children?: React.ReactNode | undefined;
bertearazvan commented 3 years ago

Please remember to make a story for the component and add it to the Storybook :D

bertearazvan commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: