Card
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: npm: empower-display
Demo Repo: git@bitbucket.org:empowerteams/mfe-sub-application-template.git
Â