Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easy feature #28

Open
pezexd opened this issue Aug 22, 2023 · 2 comments
Open

Add easy feature #28

pezexd opened this issue Aug 22, 2023 · 2 comments

Comments

@pezexd
Copy link

pezexd commented Aug 22, 2023

Would be a prop called parseHTML to read descriptions or messages as html.

[types.ts] export interface ToastT { ..., parseHtml: boolean }

[Toast.vue] <template v-if="toast.description"> <template v-if="toast.parseHtml"> <div data-description="" :class="descriptionClass + toastDescriptionClass" v-html="toast.description" /> </template> <template v-else> <div data-description="" :class="descriptionClass + toastDescriptionClass"> {{ toast.description }} </div> </template> </template>

@sadeghbarati
Copy link
Contributor

With the new release, you can do it by checking out docs and search for Custom with props

@altrusl
Copy link

altrusl commented Sep 1, 2024

Hi there
Thanks for the good product

Was html description implemented or is it achievable only via Custom Component and h() function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants