mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5273 - InputIcon class support & InputField style updates
This commit is contained in:
parent
88d0c52e5f
commit
40eda9de88
81 changed files with 1566 additions and 2007 deletions
|
@ -1 +1,10 @@
|
|||
export default {};
|
||||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: 'p-input-icon'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
name: 'inputicon',
|
||||
classes
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue