OptionsGrid

fun OptionsGrid(options: List<MealOption>, columns: Int, onclick: (MealOption) -> Unit)

a grid to display the options that the user has. Loads the data lazily

Parameters

options

such as meats or meal time

columns

the amount of columns the person wants to display. The rows can be infinite