File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ CoreUI React.js Admin Templates are built on top of CoreUI and CoreUI PRO UI com
179179- [ React Navs & Tabs] ( https://coreui.io/react/docs/components/navs-tabs/ )
180180- [ React Navbar] ( https://coreui.io/react/docs/components/navbar/ )
181181- [ React Offcanvas] ( https://coreui.io/react/docs/components/offcanvas/ )
182+ - [ React One Time Password Input] ( https://coreui.io/react/docs/forms/one-time-password-input/ ) ** PRO**
182183- [ React Pagination] ( https://coreui.io/react/docs/components/pagination/ )
183184- [ React Password Input] ( https://coreui.io/react/docs/forms/password-input/ ) ** PRO**
184185- [ React Placeholder] ( https://coreui.io/react/docs/components/placeholder/ )
Original file line number Diff line number Diff line change @@ -294,6 +294,20 @@ const _nav = [
294294 text : 'PRO' ,
295295 } ,
296296 } ,
297+ {
298+ component : CNavItem ,
299+ name : (
300+ < React . Fragment >
301+ { 'OTP Input' }
302+ < CIcon icon = { cilExternalLink } size = "sm" className = "ms-2" />
303+ </ React . Fragment >
304+ ) ,
305+ href : 'https://coreui.io/react/docs/forms/one-time-password-input/' ,
306+ badge : {
307+ color : 'danger' ,
308+ text : 'PRO' ,
309+ } ,
310+ } ,
297311 {
298312 component : CNavItem ,
299313 name : (
You can’t perform that action at this time.
0 commit comments