Minze
Dead-simple JS framework for native web components.
👶 Simple
Dive right in by scaffolding a project or using a CDN link.
âš¡ Fast
Tiny footprint ~2KB (minified and compressed).
🚀 Modern
Based on the latest technologies around web components.
📦 Shareable
Build component libraries or design systems. Define once, use everywhere.
🎲 Framework Agnostic
Use Minze with any common framework - React, Vue, Angular ...
🔒 Typed API
Scale your component library with ease by using TypeScript.
Dive right in
# with npm
$ npm init [email protected]
# with yarn
$ yarn create minze
# with pnpm
$ pnpm create minze