Open crearis opened 3 months ago
A short notice regarding the use of the button-tmp
component in Markdown documents. I changed:
to this:
In the first example, an <a>
element was nested inside a <button>
. Now, the default tag for button-tmp
has been changed to NuxtLink
, so you only need to forward the to
prop to make it work. The original Button
component from the ui
remains unchanged and still defaults to the button
HTML tag.
Additionally, I removed the paragraphs Nuxt Content creates on line breaks within the button.
Column
padding
propfill
prop (boolean)Columns
'fit'
option from gap
propOld:
New:
background
is defined in Columns
, there will be padding in Column
components.
--column-padding
.gap
prop ('small' | 'medium'
) of the Columns
.Great work!
I had just realized on my own that my updates with the padding/gap on colums/column from today morning don't make sense at all, are not needed. I poorly understood your implementation.
So yes let's revert it.
TODO
Need to find a way to make the image fill the column-height and make this feature available as prop of the column
Context
I made additions to colums + column (see my last commit 326ea703b04509f6dd5cbc834aa4f246701e94d9)
Examples
I target these "media-list-items": https://dasei.eu/ausbildung-theaterpaedagogik/grundlagenbildung
Inspect current implementation via pnpm dev:home > ausbildung-theaterpaedagogik/grundlagenbildung