Skip to content

Layout and Responsive Design

Anthony G. Rivera Cosme edited this page Jul 6, 2022 · 3 revisions

OneLine has nothing to do here but OneLine Tool does.

OneLine Tool provides a Blazor-Bootstrap based template on top of BlazorStrap which I am also a contributor of this project.

Everything is responsive by default.

Data views are show as table view for desktop devices

Data views are show as list view for mobile/tablet devices.

You can also force to use a single data view on all or on particular devices with minimum modifications in the source code.

The main layout is just a top bar with the name/logo of the application with an icon to open or close the offcanvas sidebar menu.

The sidebar menu for your entities will be build hierarchically within parent and child relationships from sql foreign keys.

OneLine Tool in a near future should provide support to more templates and web frameworks flavors as requested.

Clone this wiki locally