Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
npm install empower-display --save

🔹

...

Sample Card Example

...

Configuration

Code Block
import { Card } from 'empower-display'

.......

return (
  <Card>
      <div>
          <h4>Card Sample</h4>
          <p>Sample Details</p>
      </div>
  </Card>
)

...