Usage
Group fields together in a list.
analytics
boolean
Defaults to
false. Enables analytics for your project.blob
boolean
Defaults to
false. Enables blob storage to store static assets, such as images, videos and more.cache
boolean
Defaults to
false. Enables cache storage to cache your server route responses or functions using Nitro's cachedEventHandler and cachedFunctiondatabase
boolean
Defaults to
false. Enables SQL database to store your application's data.::
#code
::field-group
::field{name="analytics" type="boolean"}
Defaults to `false`. Enables analytics for your project.
::
::field{name="blob" type="boolean"}
Defaults to `false`. Enables blob storage to store static assets, such as images, videos and more.
::
::field{name="cache" type="boolean"}
Defaults to `false`. Enables cache storage to cache your server route responses or functions using Nitro's `cachedEventHandler` and `cachedFunction`
::
::field{name="database" type="boolean"}
Defaults to `false`. Enables SQL database to store your application's data.
::
::
::
API
Props
Slots
Theme
https://github.com/bitrix24/b24ui/tree/main/src/theme/field-group.ts
export default {
base: 'my-[20px] divide-y divide-(--ui-color-divider-default) *:not-last:pb-[20px]'
}