An open API service indexing awesome lists of open source software.

https://github.com/techwithty/ai-avatar-dropdown

AI Avatar voice and recipient dropdown components for React/Next.js. Accessible UX, keyboard-friendly, and themeable with design tokens.
https://github.com/techwithty/ai-avatar-dropdown

a11y accessibility ai design-system dropdown frontend nextjs react tailwind typescript ui-components voice

Last synced: 4 months ago
JSON representation

AI Avatar voice and recipient dropdown components for React/Next.js. Accessible UX, keyboard-friendly, and themeable with design tokens.

Awesome Lists containing this project

README

          

# AI Avatar Dropdown

Accessible AI Avatar voice and recipient dropdown components for React/Next.js.

- Themeable via Tailwind design tokens (see `_docs/features/ui/theming.md`)
- Keyboard and screen-reader friendly
- TypeScript-first

Website: https://www.cybershoptech.com

## Exports

```ts
import { AgentVoiceDropdown, AllRecipientDropdown } from "@/external/ai-avatar-dropdown";
```

## Usage

```tsx
import { AgentVoiceDropdown, AllRecipientDropdown } from "@/external/ai-avatar-dropdown";

export default function Example() {
return (


console.log(voiceId)} />
console.log(id)} />

);
}
```

## Development

- Follows Biome linting/formatting rules.
- Uses Radix UI primitives and Tailwind tokens (`bg-card`, `border-border`, etc.).

## License

MIT