View
Usage
import { View } from 'components/lib';
import { DashboardView } from 'views/dashboard';
function MyApp() {
return (
<View
title="Dashboard"
layout="app"
display={ DashboardView }
data={ dashboardData }
/>
);
}Props
Prop
Description
Required
Value
Notes
Last updated