UNPKG

react-ai-orb-csp

Version:

A beautiful, customizable animated orb component for React applications! Perfect for AI interfaces, assistants, interactive chatbots, or anywhere you need a glowing orb.

6 lines (5 loc) 319 B
import React from "react"; import "./orb-presets.css"; import { ReactAIOrbProps } from "../../types"; export declare const Orb: ({ palette, size, animationSpeedBase, animationSpeedHue, hueRotation, mainOrbHueAnimation, blobAOpacity, blobBOpacity, noShadow, }: ReactAIOrbProps) => React.JSX.Element; export default Orb;