File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ import Textarea from './Components/Widgets/Textarea';
23
23
import InputGroup from './Components/Widgets/InputGroup' ;
24
24
import Icon from './Components/Widgets/Icon' ;
25
25
import Thumbnail from './Components/Widgets/Thumbnail' ;
26
+ import CheckBox from './Components/Widgets/Checkbox' ;
27
+ import Radio from './Components/Widgets/Radio' ;
26
28
import Card from './Components/Widgets/Card' ;
27
29
import Badge from './Components/Widgets/Badge' ;
28
30
import Spinner from './Components/Widgets/Spinner' ;
@@ -59,6 +61,8 @@ module.exports = {
59
61
Card : Card ,
60
62
Badge : Badge ,
61
63
Spinner : Spinner ,
64
+ CheckBox : CheckBox ,
65
+ Radio : Radio ,
62
66
// ProgressBar: ProgressBar,
63
67
Drawer : Drawer ,
64
68
Tabs : ScrollableTabView
You can’t perform that action at this time.
0 commit comments