Skip to content

Commit

Permalink
chore(Card): adds outset prop docs (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 22, 2024
1 parent 6e29f8d commit 61be7b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dnb-eufemia/src/components/card/CardDocs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { PropertiesTableProps } from '../../shared/types'

export const CardProperties: PropertiesTableProps = {
outset: {
doc: 'True to break out negatively on larger screens. Defaults to `false`.',
type: 'boolean',
status: 'optional',
},
stack: {
doc: 'True to stack the sub components with lines between. The `spacing` will default to `medium`.',
type: 'boolean',
Expand Down

0 comments on commit 61be7b2

Please sign in to comment.