Page Templates

Template bright to gether nested routes and pre-made auto generated views. RemixFast currently comes with following templates

Table List + Detail Form

Has list route with nested detail route. Display item list using Table view and item details in a Modal Form Dialog

Card List + Detail Form

Has list route with nested detail route. Display item list using Card list view and item details in a Modal Form Dialog. Card list view is responsive by design and adopts from single card column in mobile to multiple cards in desktop view.

Kanban Board + Detail Form

Has list route with nested detail route. Display item list using Drag and drop Kanband Board view and item details in a Modal Form Dialog. Kanban board can be driven using a particular item field like 'status' or more generally coupled with workflow to support complex business scenarios and work processes.

Card List + Detail Form (Side By Side)

Has list route with nested detail route. Display card list in a left hand column and item details in right hand column. Works on mobile with list showing card and item detail in modal on top on card list.

Dashboard

Works with multiple resource routes. Display interactive Dashboard with support for Stat List, Charts, and, Data List. Is responsive and works on mobile and resizes for desktop. Supports customizable layout.

Report

Works with multiple resource routes. Display List of Reports, each report opens in dialog. Report can be table view or form list with embedded grid list!

Config (List of List)

Works with multiple resource routes. List of Configuration Items, each opens in dialog.

Profile

Works with existing user account route. Display Profile View for logged in User and allows user to take actions like logging out.