Floating Orbs
Floating Elements
LayoutFloating positioned elements
floatpositioncreative
Installation
$
Usage
tsx
import { FloatingElements } from "@/components/nonaxial/floating-elements"
export default function Example() {
return (
<FloatingElements>{/* Your content here */}</FloatingElements>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |