carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
608 stars 178 forks source link

feat: cv-toast-notification add more slots #1515

Closed OlkaB closed 1 year ago

OlkaB commented 1 year ago

Contributes to #1514

 What did you do?

Added more slots to CvToastNotification btw. fixed toast notification close button class name

 Why did you do it?

To give more granular control over component content

How have you tested it?

added test suits to spec.js

Were docs updated if needed?

OlkaB commented 1 year ago

done