react-ai-orb
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) • 314 B
TypeScript
import React from "react";
import "./styles.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;