AnalyticsCard
Installation
import { AnalyticsCard } from 'uxp/components';Signature
const AnalyticsCard: React.MemoExoticComponent<React.FunctionComponent<AnalyticsCardProps>>Examples
tsx
<AnalyticsCard
icon="fas building"
value={42}
label="Total Buildings"
/>tsx
<AnalyticsCard
icon="fas users"
value="1,234"
label="Active Users"
small={true}
loading={false}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated