-module(glaze@basecoat@select).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/glaze/basecoat/select.gleam").
-export([select/2, name/1, placeholder/1, disabled/0, required/0, multiple/0, optgroup/2, option/3, option_with_attrs/4, option_disabled/2, width/1, full_width/0]).
-if(?OTP_RELEASE >= 27).
-define(MODULEDOC(Str), -moduledoc(Str)).
-define(DOC(Str), -doc(Str)).
-else.
-define(MODULEDOC(Str), -compile([])).
-define(DOC(Str), -compile([])).
-endif.
?MODULEDOC(
" Basecoat documentation: \n"
"\n"
" Select helpers for choosing one option from a list.\n"
"\n"
" This module styles the native `