mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-26 08:39:42 +02:00
TheButton global component (#425)
Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
fd1b54ae70
commit
034a21e203
23 changed files with 283 additions and 175 deletions
|
@ -2,13 +2,17 @@ const icons = {
|
|||
primary: "mdi-silverware-variant",
|
||||
|
||||
// Crud
|
||||
create: "mdi-plus",
|
||||
createAlt: "mdi-plus",
|
||||
create: "mdi-plus-circle",
|
||||
delete: "mdi-delete",
|
||||
save: "mdi-content-save",
|
||||
update: "mdi-content-save-edit",
|
||||
edit: "mdi-square-edit-outline",
|
||||
close: "mdi-close",
|
||||
|
||||
// Organization
|
||||
tags: "mdi-tag-multiple-outline",
|
||||
pages: "mdi-book-outline",
|
||||
|
||||
// Admin
|
||||
user: "mdi-account",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue