Customizable Select
LayoutFully style HTML select dropdowns with appearance: base-select. The dropdown renders in the top layer, supports rich HTML in options, and the new selectedcontent element reflects the chosen option.
select {
appearance: base-select;
}
select::picker(select) {
background: #1a1a2e;
border: 1px solid #333;
border-radius: 12px;
padding: 8px;
}
Build fully branded select dropdowns without JavaScript libraries like Select2 or Choices.js. Style the button, picker, options, and selected content with standard CSS.