Get started

This page would guide you through using this module.

Setup

Run the following command to add the module to your project:

bash >_

$ pnpm dlx nuxi@latest module add nuxt-useless-blobs

You have successfully add the module to your project, congratulations 🎉

Usage

I want to read about the:

vue

<UselessBlob />

You can use the props below to customize how the blob should look

vue

<UselessBlob boundingShape="rectangle" />

Default: ellipsis

Defines the shape where the blob's path would be confined to.

Configuration

You can configure the module using the uselessBlobs key in the nuxt.config

Select a key from the options below to see details specific to such key

ts nuxt.config

export default defineNuxtConfig({
  uselessBlobs: {
    componentName: "blob",
  },
});

Default: useless-blob

This key allows you to set the name for the component registered by the module.

Made with ❤️ by oyedejioyewole