AshFormBuilder.Themes.Default (AshFormBuilder v0.2.0)

View Source

Default HTML theme for AshFormBuilder.

Emits semantic HTML with minimal CSS class hooks — no framework dependency. Override via config :ash_form_builder, :theme, MyApp.MyTheme.

Field Types Supported

  • :text_input, :textarea, :select, :checkbox, :number, :email, :password
  • :date, :datetime, :url, :tel, :hidden
  • :multiselect_combobox - Falls back to multi-select (themes should override)