UNPKG

@dbp-toolkit/common

Version:

You can provide attributes (e.g. `global-name`) for components inside the provider:

17 lines (16 loc) 388 B
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script type="module" src="demo.js"></script> <style> body { font-family: sans; } </style> </head> <body> <dbp-common-demo></dbp-common-demo> </body> </html>