@qiiqa/bob-ui
v0.3.0
Published
Base CSS styling for Qiiqa applications
Readme
@qiiqa/bob-ui
The base styling layer for the Qiiqa UI design system. This package contains the vanilla CSS modules and CSS variables that define the visual language of the Antigravity ecosystem.
Features
- Rich Aesthetics: Vibrant, premium design system with modern typography and smooth transitions.
- Tokens-First: Fully driven by CSS variables for colors, spacing, and sizing.
- Modular CSS: Separated component styles (buttons, inputs, modals, etc.).
Usage
Import the base CSS in your application's entry point:
import '@qiiqa/bob-ui/dist/index.css';Structure
base.css: CSS variables and resets.components/: Specific styles for each UI element.themes/: Theme-specific variable overrides.
Theming
This package is designed to be used with @qiiqa/bob-ui-react-themes. It defines variables like --q-primary, --q-bg-base, and --q-text-base that can be easily overridden.
Refer to the apps/bob-ui-demo for a full visual showcase of these styles.
