
// 📘 README.md
export const readme = `# Ghibli UI Kit ✨

A minimalist, dreamy Tailwind CSS UI kit inspired by the night skies and warmth of Studio Ghibli films.

## Features
- Custom dark mode color palette
- Glassmorphism-ready components
- Styled modals, audio recorders, and prompt cards

## Installation
### From npm
\`\`\`bash
npm install ghibli-ui-kit
\`\`\`

### From Skypack CDN
```js
import { ghibliTheme, modal } from 'https://cdn.skypack.dev/ghibli-ui-kit';
```

## Usage in Tailwind
In your \`tailwind.config.js\`:
```js
import { ghibliTheme } from 'ghibli-ui-kit';

export default {
  ...ghibliTheme
};
```

## License
MIT
`;
