New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nuxt-material-theme

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nuxt-material-theme

A Nuxt module to easily add Material Design theming to your Nuxt app

unpublished
latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
0
Created
Source

Nuxt Material Theme (⚠️ Early Development)

npm version
npm downloads
License
Nuxt

🚨 Warning: This package is in an experimental stage and is NOT production-ready.
APIs, features, and behavior are highly unstable and will likely change frequently.

Enhance your Nuxt app with beautiful and customizable Material Design themes.

Features

  • 🎨 Material Design Theming: Easily integrate Material Design theming into your Nuxt application.
  • 🌈 Custom Color Schemes: Define and use custom color schemes with support for light and dark variants.
  • 🚀 Quick Setup: Simple installation and setup process with npx nuxi module add.
  • 📜 TypeScript Support: Full TypeScript support for type safety and better developer experience.

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add nuxt-material-theme

That's it! You can now use Nuxt Material Theme in your Nuxt app ✨

Contribution

Local development
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

FAQs

Package last updated on 02 Feb 2025

Did you know?

Socket

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.

Install

Related posts