Current section
Files
Jump to
Current section
Files
priv/daisyui.yml
alert:
base: "alert shadow-lg"
info: "alert-info"
success: "alert-success"
warning: "alert-warning"
error: "alert-error"
badge:
base: "badge"
primary: "badge-primary"
secondary: "badge-secondary"
info: "badge-info"
success: "badge-success"
warning: "badge-warning"
error: "badge-error"
button:
base: "btn"
primary: "btn-primary"
secondary: "btn-secondary"
info: "btn-info"
success: "btn-success"
warning: "btn-warning"
error: "btn-error"
link: "btn-link"
card:
base: "card bg-base-200 shadow-xl border-base-300 border-opacity-50"
card_body:
base: "card-body"
card_header:
base: "card-header"
card_title:
base: "card-title"
card_subtitle:
base: ""
card_footer:
base: ""
card_link:
base:
collapse:
base: "overflow-hidden h-0 duration-500 transition-all"
collapsing: "collapsing"
open: "collapse show"
dropdown:
base: "relative inline-block text-left"
dropdown_toggle:
base: "flex items-center"
dropdown_menu:
base: "border shadow-xl menu bg-base-100 border-base-200 rounded-box w-52"
dropdown_item:
base:
dropdown_divider:
base:
modal:
base: "fixed top-0 left-0 z-50 w-full h-screen outline-none"
modal_dialog:
base: "w-full h-full overflow-x-scroll"
modal_backdrop:
base: "absolute inset-0 z-40 bg-gray-900 opacity-75"
modal_content:
base: "relative z-50 w-auto max-w-lg px-4 mx-auto my-8 shadow-lg poiner-events-none sm:px-0"
modal_header:
base: "flex items-start justify-between p-4 border-b rounded-t border-base-200"
modal_title:
base: "mb-0 text-lg leading-normal"
modal_body:
base: "relative flex-auto p-4"
modal_footer:
base:
spinner:
base: "w-4 h-4 text-primary animate-spin"
info: "text-info"
success: "text-success"
warning: "text-warning"
error: "text-danger"
table:
base: "table w-full"
table_wrapper:
base: "overflow-x-auto rounded shadow boder border-base-200"
th:
base: ""
thead:
base: ""
tbody:
base: ""
tr:
base: ""
td:
base: ""