Commit f4a49a3 1 parent fa61d3f commit f4a49a3 Copy full SHA for f4a49a3
File tree 3 files changed +146
-111
lines changed
3 files changed +146
-111
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import ProfileMenu from "components/docs/profile-menu";
50
50
import AvatarStack from "components/docs/avatar-stack" ;
51
51
import StickyNavbar from "components/docs/sticky-navbar" ;
52
52
import ComplexNavbar from "components/docs/complex-navbar" ;
53
+ import Warning from "components/warning" ;
53
54
54
55
// new imports
55
56
import * as BadgeExamples from "components/docs/react/badge" ;
@@ -105,6 +106,10 @@ import {
105
106
ButtonGroup ,
106
107
Carousel ,
107
108
List ,
109
+ ListItem ,
110
+ ListItemPrefix ,
111
+ ListItemSuffix ,
112
+ Collapse ,
108
113
} from "@material-tailwind/react" ;
109
114
110
115
// @heroicons
@@ -251,6 +256,10 @@ const components = {
251
256
ButtonGroup,
252
257
Carousel,
253
258
List,
259
+ ListItem,
260
+ ListItemPrefix,
261
+ ListItemSuffix,
262
+ Collapse,
254
263
OutlineIcons,
255
264
SolidIcons,
256
265
CountriesSelect,
@@ -264,6 +273,7 @@ const components = {
264
273
AvatarStack,
265
274
StickyNavbar,
266
275
ComplexNavbar,
276
+ Warning,
267
277
268
278
// new components
269
279
BadgeExamples,
You can’t perform that action at this time.
0 commit comments