@axis-ds/theme
v1.1.2
Published
AXIS Design System - Theme Provider & Dark Mode
Downloads
254
Maintainers
Readme
@axis-ds/theme
AXIS Design System의 테마 프로바이더 및 다크모드 지원 패키지입니다.
설치
npm install @axis-ds/theme
# or
pnpm add @axis-ds/theme사용법
import { ThemeProvider, useTheme } from '@axis-ds/theme';
export default function App() {
return (
<ThemeProvider defaultTheme="system">
<YourApp />
</ThemeProvider>
);
}문서
자세한 사용법은 AXIS Design System 문서를 참고하세요.
라이선스
MIT
