UNPKG
jb-notification
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
notification web component
github.com/javadbat/jb-notification
javadbat/jb-notification
jb-notification
/
wrapper
/
lib
/
render.ts
7 lines
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
function
renderHTML
()
: string {
return
/* html */
` <div
class
=
"jb-notification-wrapper-web-component"
> <slot></slot> </div> `; }