mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Initiated InputOtp
This commit is contained in:
parent
c555e258c0
commit
067da063a8
102 changed files with 2228 additions and 1 deletions
11
components/lib/inputotp/style/InputOtpStyle.js
Normal file
11
components/lib/inputotp/style/InputOtpStyle.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: ({ props }) => ['p-inputotp p-component'],
|
||||
input: 'p-inputotp-input'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
name: 'inputotp',
|
||||
classes
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue