new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Mantine · all subjects

calendar/props

15 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Calendar fullWidth prop

Set the fullWidth prop to true to make the calendar stretch to fill 100% of its parent container width.

Calendar static prop

Set the static prop to true to display a calendar that users cannot interact with. This is useful when you want to display data in a calendar view but do not want it to be interactive.

Calendar withNativeLevelSelect prop

Set the withNativeLevelSelect prop to true to replace the calendar header level button with native HTML select elements.

DatePicker defaultLevel prop

Set the defaultLevel prop to configure the initial level that will be displayed.

DatePicker hideOutsideDates prop

Set the hideOutsideDates prop to remove all dates that do not belong to the current month.

DatePicker withWeekNumbers prop

Set the withWeekNumbers prop to display week numbers.

DatePicker firstDayOfWeek prop

Set the firstDayOfWeek prop to configure the first day of the week. The prop accepts a number from 0 to 6, where 0 is Sunday and 6 is Saturday. The default value is 1 – Monday. This option can also be configured for all components with DatesProvider.

DatePicker hideWeekdays prop

Set the hideWeekdays prop to hide weekday names.

DatePicker weekendDays prop

Use the weekendDays prop to configure weekend days. The prop accepts an array of numbers from 0 to 6, where 0 is Sunday and 6 is Saturday. The default value is [0, 6] – Saturday and Sunday. This option can also be configured for all components with DatesProvider.

DatePicker renderDay prop

You can customize day rendering with the renderDay prop. For example, it can be used to add Indicator to certain days.

DatePicker headerControlsOrder prop

Use the headerControlsOrder prop to change the order of header controls. The prop accepts an array of 'next' | 'previous' | 'level'. Each control can be used only once in the array.

DatePicker excludeDate prop

To disable specific dates, use the excludeDate prop. It accepts a function that takes a date as an argument and returns a boolean value – if true is returned, the date will be disabled.

DatePicker maxLevel prop

Set the maxLevel prop to configure the maximum level that can be displayed.

DatePicker fullWidth prop

Set the fullWidth prop to make the date picker stretch to fill 100% of its parent container width.

DatePicker size prop

The DatePicker component supports a size prop to configure its size.

Give your agent this brain