summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/containers/UiElements/demos/index.js
blob: 311d50eb692f2139ee9e6bc7bde4585470ad740a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
// Badges
export CommonBadges from './Badges/CommonBadges';
export VariantBadges from './Badges/VariantBadges';
// Avatars
export AvatarsDemo from './Avatars/AvatarsDemo';
export AvatarsPractice from './Avatars/AvatarsPractice';
// Accordion
export SimpleAccordion from './Accordion/SimpleAccordion';
export AdvancedAccordion from './Accordion/AdvancedAccordion';
export ControlledAccordion from './Accordion/ControlledAccordion';
// List
export ListBasic from './List/ListBasic';
export ListControl from './List/ListControl';
export ListMenu from './List/ListMenu';
export ListInteractive from './List/ListInteractive';
export PinnedList from './List/PinnedList';
// Popover & Tooltip
export SimpleTooltips from './PopoverTooltip/SimpleTooltips';
export PositionedTooltips from './PopoverTooltip/PositionedTooltips';
export SimplePopover from './PopoverTooltip/SimplePopover';
export PopoverPlayground from './PopoverTooltip/PopoverPlayground';
export DelayTooltips from './PopoverTooltip/DelayTooltips';
export TransitionsTooltips from './PopoverTooltip/TransitionsTooltips';
export TriggersTooltips from './PopoverTooltip/TriggersTooltips';
export CustomizedTooltips from './PopoverTooltip/CustomizedTooltips';
// Notification
export SimpleNotif from './Notification/SimpleNotif';
export StyledNotif from './Notification/StyledNotif';
export TransitionNotif from './Notification/TransitionNotif';
export MobileNotif from './Notification/MobileNotif';
// Typography
export GeneralTypo from './Typography/GeneralTypo';
export Heading from './Typography/Heading';
export ListTypo from './Typography/ListTypo';
export ColouredTypo from './Typography/ColouredTypo';
export QuotesDemo from './Typography/QuotesDemo';
export AlignTypo from './Typography/AlignTypo';
// Tabs
export SimpleTabs from './Tabs/SimpleTabs';
export LongTextTabs from './Tabs/LongTextTabs';
export FixedTabs from './Tabs/FixedTabs';
export CenteredTabs from './Tabs/CenteredTabs';
export IconTabs from './Tabs/IconTabs';
export ScrollTabs from './Tabs/ScrollTabs';
export ScrollIconTabs from './Tabs/ScrollIconTabs';
export DisabledTab from './Tabs/DisabledTab';
export CustomTabs from './Tabs/CustomTabs';
export BottomNav from './Tabs/BottomNav';
// Card
export StandardCards from './Cards/StandardCards';
export ControlCards from './Cards/ControlCards';
export PaperSheet from './Cards/PaperSheet';
export SocialCards from './Cards/SocialCards';
export EcommerceCards from './Cards/EcommerceCards';
// Image Grid
export ImageGridList from './ImageGrid/ImageGridList';
export TitlebarGridList from './ImageGrid/TitlebarGridList';
export AdvancedGridList from './ImageGrid/AdvancedGridList';
export SingleLineGridList from './ImageGrid/SingleLineGridList';
// Progress
export CircularIndeterminate from './Progress/CircularIndeterminate';
export CircularIntegration from './Progress/CircularIntegration';
export CircularDeterminate from './Progress/CircularDeterminate';
export CircularStatic from './Progress/CircularStatic';
export LinearIndeterminate from './Progress/LinearIndeterminate';
export LinearDeterminate from './Progress/LinearDeterminate';
export LinearBuffer from './Progress/LinearBuffer';
export LinearQuery from './Progress/LinearQuery';
export LinearStatic from './Progress/LinearStatic';
export ProgressDelay from './Progress/ProgressDelay';
// Dialog
export ModalDemo from './DialogModal/ModalDemo';
export AlertDialog from './DialogModal/AlertDialog';
export SelectDialog from './DialogModal/SelectDialog';
export SelectRadioDialog from './DialogModal/SelectRadioDialog';
export FormDialog from './DialogModal/FormDialog';
export FullScreenDialog from './DialogModal/FullScreenDialog';
export ImagePopup from './DialogModal/ImagePopup';
export ScrollDialog from './DialogModal/ScrollDialog';
// Steppers
export HorizontalLinear from './Steppers/HorizontalLinear';
export HorizontalNonLinear from './Steppers/HorizontalNonLinear';
export StepperError from './Steppers/StepperError';
export VerticalStepper from './Steppers/VerticalStepper';
export MobileSteppers from './Steppers/MobileSteppers';
export StepperCarousel from './Steppers/StepperCarousel';
// Menu and Drawer
export TemporaryDrawer from './DrawerMenu/TemporaryDrawer';
export PermanentDrawer from './DrawerMenu/PermanentDrawer';
export PersistentDrawer from './DrawerMenu/PersistentDrawer';
export SwipeDrawer from './DrawerMenu/SwipeDrawer';
export MiniDrawer from './DrawerMenu/MiniDrawer';
export BasicMenu from './DrawerMenu/BasicMenu';
export DropdownMenu from './DrawerMenu/DropdownMenu';
export MenuTransition from './DrawerMenu/MenuTransition';
export StyledMenu from './DrawerMenu/StyledMenu';
// Pagination
export TbPagination from './Pagination/TbPagination';
export TbPaginationCustom from './Pagination/TbPaginationCustom';
export GeneralPagination from './Pagination/GeneralPagination';
// Breadcrumb
export ClassicBreadcrumbs from './Breadcrumbs/ClassicBreadcrumbs';
export PaperBreadcrumbs from './Breadcrumbs/PaperBreadcrumbs';
// Slider Carousel
export SingleCarousel from './SliderCaraousel/SingleCarousel';
export MultipleCarousel from './SliderCaraousel/MultipleCarousel';
export AutoplayCarousel from './SliderCaraousel/AutoplayCarousel';
export ThumbnailCarousel from './SliderCaraousel/ThumbnailCarousel';
export VerticalCarousel from './SliderCaraousel/VerticalCarousel';
export CustomCarousel from './SliderCaraousel/CustomCarousel';
export AnimatedSlider from './SliderCaraousel/AnimatedSlider';
// Tags
export BasicTags from './Tags/BasicTags';
export ArrayTags from './Tags/ArrayTags';
// Dividers
export CommonDividers from './Dividers/CommonDividers';
export SpecialDividers from './Dividers/SpecialDividers';