Fluted Glass Effect For Vue 3

Install & Download:

Description:

A minimal component to create a subtle fluted glass effect in your Vue 3 applications. Lightweight, responsive, customizable, and compatible with TailwindCSS.

How to use it:

1. Import the Fluted Glass Effect.

import FlutedGlass, { FlutedGlassType } from './components/FlutedGlass.vue'

2. Apply the Fluted Glass Effect to your Vue 3 app. Available types:

  • romb
  • cross
  • fluted
<template>
  <FlutedGlass type="cross">
    ... any content here ...
  </FlutedGlass>
</template>

Preview:

Fluted Glass Effect For Vue 3

Add Comment