mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Added 'Nora' theme
This commit is contained in:
parent
6689f54106
commit
b76590c81a
265 changed files with 5587 additions and 8 deletions
8
components/lib/themes/nora/inputgroup/index.js
Normal file
8
components/lib/themes/nora/inputgroup/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
addon: {
|
||||
background: '{form.field.background}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
color: '{form.field.icon.color}',
|
||||
borderRadius: '{form.field.border.radius}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue