mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Add missing components
This commit is contained in:
26
lib/component/checkbox.ts
Normal file
26
lib/component/checkbox.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import DangerCheckbox from "./input/checkbox/DangerCheckbox";
|
||||
import DarkCheckbox from "./input/checkbox/DarkCheckbox";
|
||||
import InfoCheckbox from "./input/checkbox/InfoCheckbox";
|
||||
import LightCheckbox from "./input/checkbox/LightCheckbox";
|
||||
import MattrixwvCheckbox from "./input/checkbox/MattrixwvCheckbox";
|
||||
import MoltenCheckbox from "./input/checkbox/MoltenCheckbox";
|
||||
import PrimaryCheckbox from "./input/checkbox/PrimaryCheckbox";
|
||||
import SecondaryCheckbox from "./input/checkbox/SecondaryCheckbox";
|
||||
import SuccessCheckbox from "./input/checkbox/SuccessCheckbox";
|
||||
import TertiaryCheckbox from "./input/checkbox/TertiaryCheckbox";
|
||||
import WarningCheckbox from "./input/checkbox/WarningCheckbox";
|
||||
|
||||
|
||||
export {
|
||||
DangerCheckbox,
|
||||
DarkCheckbox,
|
||||
InfoCheckbox,
|
||||
LightCheckbox,
|
||||
MattrixwvCheckbox,
|
||||
MoltenCheckbox,
|
||||
PrimaryCheckbox,
|
||||
SecondaryCheckbox,
|
||||
SuccessCheckbox,
|
||||
TertiaryCheckbox,
|
||||
WarningCheckbox
|
||||
};
|
||||
Reference in New Issue
Block a user