Dashboard

Dashboard represents various component that combine to make up the dashboard view.


Properties

export type Dashboard = {
  borderRadius?: CSSProperties["borderRadius"];
  borderWidth?: CSSProperties["borderWidth"];
  borderColor?: CSSProperties["borderColor"];
  icon?: DashboardIcons;
};
 
export type DashboardIcons = {
  color?: CSSProperties["color"];
};