v2.1.8
  • Get Started
  • Components
  • Composables
  • Typography
  • GitHub
  • Overview
  • Introduction
  • Headers and text
  • Lists and tables
  • Images and embeds
  • Code
  • Components
  • Accordion
  • Badge
  • Callout
  • Card
  • CardGroup
  • CodeCollapse
  • CodeGroup
  • CodePreview
  • Collapsible
  • Field
  • FieldGroup
  • Kbd
  • Steps
  • Tabs
  • b24icons
  • b24jssdk
Use our Nuxt starter
v2.1.8
  • Docs
  • Components
  • Composables
  • Typography

CardGroup

Arrange content cards into flexible grids to enhance structure and readability.
GitHub
Nuxt UI

Usage

Wrap your card components with the card-group component to group them together in a grid layout.

Pricing

Bitrix24 plans and pricing

Webinars

Our webinars cover a wide range of topics and are available for free in multiple languages.

Bitrix24 REST API

A tool for creating integrations, automating workflows, and customizing user scenarios in Bitrix24

Bitrix24 UI-Kit

Documentation for @bitrix24/b24ui.

::card-group

::card
---
title: Pricing
to: https://www.bitrix24.com/prices/
target: _blank
---
Bitrix24 plans and pricing
::

::card
---
title: Webinars
to: https://www.bitrix24.com/webinars/
target: _blank
---
Our webinars cover a wide range of topics and are available for free in multiple languages.
::

::card
---
title: Bitrix24 REST API
to: https://apidocs.bitrix24.com/
target: _blank
---
A tool for creating integrations, automating workflows, and customizing user scenarios in Bitrix24
::

::card
---
title: Bitrix24 UI-Kit
to: https://bitrix24.github.io/b24ui/
target: _blank
---
Documentation for `@bitrix24/b24ui`.
::

::

API

Slots

Slot Type
default{}

Theme

app.config.ts
export default defineAppConfig({
  b24ui: {
    prose: {
      cardGroup: {
        base: 'grid grid-cols-1 sm:grid-cols-2 gap-5 my-5 *:my-0'
      }
    }
  }
})
vite.config.ts
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import bitrix24UIPluginVite from '@bitrix24/b24ui-nuxt/vite'

export default defineConfig({
  plugins: [
    vue(),
    bitrix24UIPluginVite({
      b24ui: {
        prose: {
          cardGroup: {
            base: 'grid grid-cols-1 sm:grid-cols-2 gap-5 my-5 *:my-0'
          }
        }
      }
    })
  ]
})

Card

Develop prominent content areas with integrated navigation options.

CodeCollapse

Add toggle functionality for lengthy code sections to optimize layout.

On this page

  • Usage
  • API
    • Slots
  • Theme
Releases
Published under MIT License.

Copyright © 2024-present Bitrix24