x-cite-card

material-ui card package

Usage no npm install needed!

<script type="module">
  import xCiteCard from 'https://cdn.skypack.dev/x-cite-card';
</script>

README

x-cite-card

MetricsCard empty example:

<MetricCard />

MetricsCard with props example:

import MoreIcon from '@material-ui/icons/MoreVert';
...
<MetricCard
    title="Card title"
    value="12"
    unit="W"
    icon={MoreIcon}
/>