
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
spare-bones
Advanced tools
Additional Svelte components to use with [Skeleton](https://skeleton.dev), powered by [Zag](https://zagjs.com).
Additional Svelte components to use with Skeleton, powered by Zag.
Install with npm install spare-bones, then add package's dist folder as a Tailwind source:
@source @source '../node_modules/spare-bones/dist';
Adjust the path as needed for your project structure. See the Tailwind documentation for more info.
Basic usage:
<script>
import { Menu } from 'spare-bones';
</script>
<Menu
onSelect={(details) => alert(details.value)}
aria-label="Menu"
contentWidth="w-32"
triggerBackground="preset-filled-primary-500"
>
{#snippet trigger()}Menu{/snippet}
<Menu.Item value="1">Item 1</Menu.Item>
<Menu.Item value="2">Item 2</Menu.Item>
<Menu.Item value="3">Item 3</Menu.Item>
<Menu.Item value="4">Item 4</Menu.Item>
</Menu>
See the types and Zag documentation for more information.
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
Everything inside src/lib is part of your library, everything inside src/routes can be used as a showcase or preview app.
To build the library:
pnpm run package
To create a production version of the showcase app:
pnpm run build
You can preview the production build with pnpm run preview.
FAQs
Additional Svelte components to use with [Skeleton](https://skeleton.dev), powered by [Zag](https://zagjs.com).
We found that spare-bones demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.