Nhảy tới nội dung
Phiên bản: 7.2.0

Button

Để sử dụng component button bạn sử dụng

Admin::button($template, $attributes)

Các loại template button

  • add
  • save
  • edit
  • back
  • trash
  • delete
  • reload
  • white
  • blue
  • red
  • green
  • black

Danh sách attributes:

KeyTypeDescription
classstring, arraychuổi class hoặc mãng class
textstringtext hiển thị trong button
iconstringicon của button
modalstringid của model cần hiênt thị
tooltipstringtooltip của button
typestringbutton hoặc submit (mặc định là button)
hrefstringnếu truyền href comp sẽ là tab a nếu không sẽ là tag button
stylearraymãng các attrbiute tùy chỉnh
$button = Admin::button('red', ['text' => 'Xóa', 'icon' => Admin::icon('delete')]);