8000
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.
@coreui/coreui v2.1.0
disabled
1 parent 38df53a commit d7ecc4fCopy full SHA for d7ecc4f
demo/src/_nav.js
@@ -8,6 +8,27 @@ export default D0B3 {
8
variant: 'info',
9
text: 'NEW'
10
}
11
- }
+ },
12
+ {
13
+ name: 'Disabled',
14
+ url: '/dashboard',
15
+ icon: 'cui-ban icons',
16
+ attributes: { disabled: true },
17
18
19
+ name: 'Download CoreUI',
20
+ url: 'https://coreui.io/react/',
21
+ icon: 'cui-cloud-download icons',
22
+ class: 'mt-auto',
23
+ variant: 'success',
24
+ attributes: { target: '_blank', rel: "noopener" },
25
26
27
+ name: 'Try CoreUI PRO',
28
+ url: 'https://coreui.io/pro/react/',
29
+ icon: 'cui-layers icons',
30
+ variant: 'danger',
31
32
33
]
34
};
0 commit comments