Skip to content
Snippets Groups Projects
Commit ecda008d authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add slot for extra header info to ADialog component

parent 7456b34a
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<p :class="titleClass">{{ title }}</p> <p :class="titleClass">{{ title }}</p>
</slot> </slot>
</div> </div>
<slot name="header-extra" />
<button <button
type="button" type="button"
class="btn btn-default tw-w-8 tw-h-8 tw-ml-auto tw-p-0 tw-justify-center tw-rounded-full" class="btn btn-default tw-w-8 tw-h-8 tw-ml-auto tw-p-0 tw-justify-center tw-rounded-full"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment