@voidable/theme
v0.3.0
Published
CSS theme for Voidable UI — design tokens, primitives, reset, and component styles.
Readme
@voidable/theme
CSS theme for Voidable UI — design tokens, primitives, reset, and component styles.
Install
npm install @voidable/themeUsage
Import the full theme (includes primitives, tokens, reset, and all component styles):
@import '@voidable/theme';Or import individual layers:
@import '@voidable/theme/primitives';
@import '@voidable/theme/tokens';
@import '@voidable/theme/reset';Dark mode
Set the data-theme attribute on <html>:
<html data-theme="dark">Documentation
License
MIT
