Skip to content

n6ai/minze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65466b6 ยท Mar 23, 2025
Mar 23, 2025
Dec 18, 2024
Jul 7, 2023
Oct 22, 2024
Mar 23, 2025
Dec 18, 2021
Dec 18, 2021
Aug 17, 2023
Aug 17, 2023
Jun 30, 2023
Dec 18, 2024
Dec 13, 2021
Aug 17, 2023
Oct 22, 2024
Mar 23, 2025
Mar 23, 2025
Aug 17, 2023

Repository files navigation

 

Minze

Minze

Dead-simple JS framework for native web components.

Minze (German shorthand for "Peppermint", pronounced /หˆmษชntอกsษ™/) lets you rapidly build native web components.

It provides an intuitive abstraction layer around the web components API with its own fully typed JavaScript API. Including reactivity, lifecycle hooks, scoped styles, one-shot components registration, and more.

  1. You can create cross-framework component libraries or design systems and share them with your team or the world.
  2. You can add Minze to any web project and create components without even using any build tools.

Read the Docs to Learn More.

Features

  • ๐Ÿ‘ถ Simple - Dive right in by scaffolding a project, installing from npm or using a CDN link.
  • โšก Fast - Tiny footprint ~3KB (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, Svelte, etc ...
  • ๐Ÿ“• Storybook - Minze x Storybook dev environment integration.
  • ๐Ÿ“– Extensive Docs - Comprehensive documentation and API reference.
  • ๐Ÿ”’ Typed API - Scale your component library with ease by using TypeScript.

Packages

Package Version Description
create-minze create-minze version Scaffolding CLI tool for setting up a Minze dev environment.
minze minze version Dead-simple JS framework for native web components.
minze-vscode minze-vscode version VS Code language support for Minze.
vite-plugin-minze vite-plugin-minze version Vite plugin for Minze dev environment.

Contribution

See Contributing Guide. Open the Minze repo in Codeflow or StackBlitz.

Open in Codeflow Open in StackBlitz

License

MIT