Installation
Installation
Section titled “Installation”You can install AetherUI using your preferred package manager:
pnpm add @aetherui-kit/corenpm install @aetherui-kit/coreyarn add @aetherui-kit/coreAfter installation, import and define the components you want to use:
import { defineAeButton } from '@aetherui-kit/core';
// Define the componentdefineAeButton();
// Use it in your HTML<ae-button>Click me!</ae-button>Using CSS Tokens
Section titled “Using CSS Tokens”Import the default theme CSS file:
import '@aetherui-kit/tokens/light.css';// Or for dark themeimport '@aetherui-kit/tokens/dark.css';Next Steps
Section titled “Next Steps”- Check out our Components documentation
- Browse the full Component Library