Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

🔹 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

  • No labels