@sbdesign/logo-loader
v0.1.2
Published
Standalone 3D Logo Loader component for SB Design
Readme
@sbdesign/logo-loader
Standalone 3D LogoLoader component for React projects.
Install
npm install @sbdesign/logo-loader three
npm install -D @types/threeUsage
import { LogoLoader } from "@sbdesign/logo-loader";
export default function Example() {
return <LogoLoader isFadingOut={false} size="md" color="brand" />;
}Props
isFadingOut: booleansize?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl"color?: "brand" | "white" | "black"
