# Selector

Renders a group of selectable options as buttons, managing user interactions and dynamic styling.

### **Import**
```tsx
import { Selector } from '@app-studio/web';
```

