We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca3aff commit a7ce751Copy full SHA for a7ce751
src/app/layout/default-layout/_nav.ts
@@ -238,6 +238,16 @@ export const navItems: INavData[] = [
238
},
239
attributes: { target: '_blank' }
240
241
+ {
242
+ name: 'OTP Input',
243
+ url: 'https://coreui.io/angular/docs/forms/otp/',
244
+ icon: 'nav-icon-bullet',
245
+ badge: {
246
+ color: 'danger',
247
+ text: 'PRO'
248
+ },
249
+ attributes: { target: '_blank' }
250
251
{
252
name: 'Password Input',
253
url: 'https://coreui.io/angular/docs/forms/password-input/',
0 commit comments