
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@fantasies/ui
Advanced tools
An enhanced UI component library built on top of Nuxt UI, providing additional components and utilities for modern web applications.
An enhanced UI component library built on top of Nuxt UI, providing additional components and utilities for modern web applications.
npm install @fantasies/ui
// nuxt.config.ts
export default defineNuxtConfig({
modules: [
'@fantasies/ui',
]
})
// app.config.ts
export default defineAppConfig({
ui: {
colors: {
primary: 'sky',
neutral: 'slate'
}
},
fantasies: {
button: {
color: 'primary',
variant: 'solid',
size: 'md',
rounded: 'md'
}
}
})
pnpm i
pnpx nuxt prepare
pnpm dev:prepare
# For Nuxt playground
pnpm dev
# For Vue playground
pnpm dev:vue
Fantasies extends @nuxt/ui with additional components and utilities, providing a comprehensive starter kit for building modern web applications with enhanced UI capabilities.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see the LICENSE.md file for details.
FAQs
An enhanced UI component library built on top of Nuxt UI, providing additional components and utilities for modern web applications.
We found that @fantasies/ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.