add NumberBadge component

pull/98/head
dperolio 2 years ago
parent 63b65ed53a
commit 0a5ee2faf7
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -190,6 +190,10 @@ getModuleByDisplayName('SearchBar', true, true).then(SearchBar => {
this.FilterInput.Sizes = SearchBar.Sizes;
});
getModule('NumberBadge', true, true).then(NumberBadge => {
this.NumberBadge.Shapes = NumberBadge.BadgeShapes;
});
getModuleByDisplayName('TextInput', true, true).then(TextInput => {
this.TextInput.Sizes = TextInput.Sizes;
});

Loading…
Cancel
Save