Identity Placeholder
이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.
import { IdentityPlaceholder } from "seed-design/ui/identity-placeholder";
export default function IdentityPlaceholderPreview() {
return <IdentityPlaceholder />;
}
Installation
npx @seed-design/cli@latest add identity-placeholder
Props
Prop | Type | Default |
---|---|---|
identity? | "person" | person |
asChild? | boolean | false |
Last updated on