docus icon indicating copy to clipboard operation
docus copied to clipboard

<Callout /> component provides a `open` property

Open kecrily opened this issue 2 years ago • 2 comments

::callout{open}
#summary
Title

#content
This is a Callout component opened by default
::

kecrily avatar May 19 '23 08:05 kecrily

Every boolean prop default is false by design, to make it usable in MDC (it converts boolean to string, so otherwise you will have to {open=true/false} instead of just {open} )

bdrtsky avatar Jun 05 '23 15:06 bdrtsky

I mean open by default when passing open prop, not open by default in case without open, let me change the title.

kecrily avatar Jun 06 '23 07:06 kecrily