Ga naar hoofdinhoud

CnConfigurationCard

Configuration card with title, actions, and status indicator. Used for feature toggles and service configurations.

Try it

Loading CnConfigurationCard playground…

CnConfigurationCard showing register and schema mapping configuration

Props

PropTypeDefaultDescription
titleString''Card title

Slots

SlotDescription
defaultCard content
#iconIcon displayed in the card header
#actionsAction buttons in the card header
#statusCustom status indicator
#footerFooter content below the card body

Usage

<CnConfigurationCard
title="Elasticsearch"
description="Full-text search engine"
status="active"
status-label="Connected">
<NcTextField label="Host" v-model="esHost" />
<template #actions>
<NcButton @click="testConnection">Test Connection</NcButton>
</template>
</CnConfigurationCard>

Reference (auto-generated)

The tables below are generated from the SFC source via vue-docgen-cli. They reflect what's actually in CnConfigurationCard.vue and update automatically whenever the component changes.

Props

NameTypeRequiredDefaultDescription
titlestring''Card title

Slots

NameBindingsDescription
icon
actions
status
default
footer