Skip to content

Commit c58fa09

Browse files
committed
refactor: update links in the sidebar
1 parent 28825de commit c58fa09

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/)

src/_nav.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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: (

0 commit comments

Comments
 (0)