🔹 Description
It is a component used for grouping different contents. Card can be also referred as a container of specific widget or feature.
🔹System Dependencies
🔹 Installation
The package can be installed via npm:
npm install empower-display --save
🔹 Sample Card Example
Configuration
import { Card } from 'empower-display' ....... return ( <Card> <div> <h4>Card Sample</h4> <p>Sample Details</p> </div> </Card> )
🔹 References
Repository Link: https://bitbucket.org/empowerteams/empower-display
NPM Package: https://www.npmjs.com/package/empower-display
Demo Repo: git@bitbucket.org:empowerteams/mfe-sub-application-template.git