Select

<.select class="w-full max-w-xs">
  <option disabled selected>Pick your favorite Simpson</option>
  <option>Homer</option>
  <option>Marge</option>
  <option>Bart</option>
  <option>Lisa</option>
  <option>Maggie</option>
</.select>
<.select bordered class="w-full max-w-xs">
  <option disabled selected>Who shot first?</option>
  <option>Han Solo</option>
  <option>Greedo</option>
</.select>
<.select class="w-full max-w-xs" ghost>
  <option disabled selected>Who shot first?</option>
  <option>Han Solo</option>
  <option>Greedo</option>
</.select>
<.select bordered class="w-full max-w-xs" color="primary">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="secondary">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="accent">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="info">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="success">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="warning">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" color="error">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" size="xs">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" size="sm">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" size="md">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select bordered class="w-full max-w-xs" size="lg">
  <option disabled selected>Choose the best movie</option>
  <option>The Godfather 1</option>
  <option>The Godfather 2</option>
  <option>The Godfather 3</option>
</.select>
<.select class="w-full max-w-xs" disabled>
  <option>Disabled</option>
</.select>