We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63b300 commit e96efdfCopy full SHA for e96efdf
docs/content/react/components/result-section.mdx
@@ -69,6 +69,8 @@ npx @seed-design/cli@latest add ui:result-section
69
Result Section에서 Lottie 애니메이션을 사용하여 성공 상태를 표현하는 예시입니다.
70
다크모드와 라이트모드에서의 Lottie가 다르게 제공됩니다.
71
72
+useTheme 훅의 코드는 [클라이언트에서 현재 테마 정보를 감지](/react/getting-started/styling/theming#클라이언트에서-현재-테마-정보-감지하기) 문서를 참고해주세요.
73
+
74
<ComponentExample name="react/result-section/success-with-lottie">
75
```json doc-gen:file
76
{
0 commit comments