AXIS Design System - Theme Provider & Dark Mode
npm install @axis-ds/themeAXIS Design System의 테마 프로바이더 및 다크모드 지원 패키지입니다.
``bash`
npm install @axis-ds/themeor
pnpm add @axis-ds/theme
`tsx
import { ThemeProvider, useTheme } from '@axis-ds/theme';
export default function App() {
return (
);
}
``
자세한 사용법은 AXIS Design System 문서를 참고하세요.
MIT