Even more possibilities!
Community features will be available at a later date. Stay tuned!
Looking to effortlessly theme your new web page? Check out matcha.css!
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
Third-party custom elements
Don't reinvent the wheel and reuse third-party custom elements for common UI components.
You can use*custom-element
and %http
directives to easily load third-party components.
Third-party directives
Augment your experience with third-party directives to quickly add functionality to your pages.
Community-driven
mizu.js lets you reuse and share third-party integrations with the community.
These are not affiliated nor audited by mizu.js maintainers. Use them at your own risk.Third-party integrations
mizu.js allows you to import third-party custom elements and directives to quickly add new functionality.
<!-- Import custom element on the fly... -->
<template *custom-element="x-example" %http="https//mizu.sh/community/x-example" %response.html ></template>
<!-- And use it in your page! -->
<x-example>🌊 Yaa, mizu!</x-example>
This section will be available at a later date. Stay tuned!