Installation
Get started with Melt UI by installing it in your Svelte project.
Prerequisites
- Node.js version 18 or higher
- A Svelte project using version 5.0.0 or higher
Installation
Basic Usage
Melt UI provides two ways to use components.
Using Builders
Builders can be called from a Svelte component, or svelte.js|ts
files.
Uses getters and setters for reactive properties.
Using Components
The component pattern provides a more traditional Svelte experience. It provides no elements
or styling, and instead provides you with a instance from the builder. The difference lies in being
able to use the bind:
directive.
Next Steps
- Check out our components and preview how they work
- Learn about styling to customize the look and feel
- Read our Best Practices guide for tips on using Melt UI effectively