danpoj
Follow
Pinned Loading
-
Image uploader<using shadcn form>
Image uploader<using shadcn form> 1'use client';
23import { LoadingDots } from '@/components/loading-dots';
4import { Form, FormField } from '@/components/ui/form';
5import { ImageUploader } from '@/components/uploader';
-
expanding arrow
expanding arrow 1export default function ExpandingArrow({ className }: { className?: string }) {
2return (
3<div className='group relative flex items-center'>
4<svg
5className={`${
-
loading dots
loading dots 1import { cn } from '@/lib/utils';
23export const LoadingDots = ({
4color = '#808080',
5className,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.