LightPillar

PreviousNext

Vertical pillar of light with glow effects.

Docs
react-bitscomponent

Preview

Loading preview…
LightPillar/LightPillar.css
.light-pillar-fallback {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #888;
  font-size: 14px;
}

.light-pillar-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

Installation

npx shadcn@latest add @react-bits/LightPillar-JS-CSS

Usage

import { LightPillarJSCSS } from "@/components/LightPillar-JS-CSS"
<LightPillarJSCSS />