Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@melt-ui/svelte
Advanced tools
Melt UI is a set of headless, accessible component builders for Svelte.
Melt UI is meant to be used as a base for your own styles and components. It offers:
Install the @melt-ui/svelte
package with your package manager of choice:
npm install @melt-ui/svelte
yarn add @melt-ui/svelte
pnpm install @melt-ui/svelte
bun add @melt-ui/svelte
Import the builders to your code and start using them:
<script>
import { createCollapsible } from '@melt-ui/svelte';
const { open, root, content, trigger } = createCollapsible();
</script>
<div {...$root}>
<button {...$trigger}>{$open ? 'Close' : 'Open'}</button>
<div {...$content}>Obi-Wan says: Hello there!</div>
</div>
Contributions are welcome and encouraged!
Melt UI is under active development. Currently planned features can be found in the roadmap, or in the issues tab, alongside bug reports.
We work on this project on a volunteer basis in our free time. If you notice something that hasn't been implemented yet or could be improved, do consider contributing to the project. The goal is to enhance the experience of building with Svelte and improve the ecosystem for everyone.
Check out our Contributing guide to learn more.
Got any questions? Want to talk to the maintainers?
Our Discord community is a great place to get in touch with us, and we'd love to have you there.
Component name | Status |
---|---|
Accordion | ✅ |
Avatar | ✅ |
Calendar | |
Checkbox | ✅ |
Collapsible | ✅ |
ComboBox | ✅ |
Context Menu | ✅ |
Dialog | ✅ |
Dropdown Menu | ✅ |
Dropzone | |
Hover Card | ✅ |
Label | ✅ |
Menubar | ✅ |
Navigation Menu | |
Pagination | ✅ |
Pin Input | ✅ |
Popover | ✅ |
Progress | ✅ |
Radio Group | ✅ |
Scroll Area | |
Select | ✅ |
Separator | ✅ |
Slider | ✅ |
Spin Button | |
Switch | ✅ |
Tabs | ✅ |
Tags Input | ✅ |
Toast | |
Toggle | ✅ |
Toggle Group | ✅ |
Toolbar | ✅ |
Tooltip | ✅ |
Tree View | |
??? |
Progress: 26/30+
Looking for more? Check out these other projects too:
This list is not exhaustive or sorted in any particular order. If you know of any other similar projects for Svelte, feel free to open a PR to add them here.
0.18.3
FAQs
![](static/banner.png)
The npm package @melt-ui/svelte receives a total of 108,843 weekly downloads. As such, @melt-ui/svelte popularity was classified as popular.
We found that @melt-ui/svelte demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.