mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Most simple components created
This commit is contained in:
26
lib/component/button.ts
Normal file
26
lib/component/button.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import Button from "./button/Button";
|
||||
import DangerButton from "./button/DangerButton";
|
||||
import DarkButton from "./button/DarkButton";
|
||||
import InfoButton from "./button/InfoButton";
|
||||
import LightButton from "./button/LightButton";
|
||||
import MoltenButton from "./button/MoltenButton";
|
||||
import PrimaryButton from "./button/PrimaryButton";
|
||||
import SecondaryButton from "./button/SecondaryButton";
|
||||
import SuccessButton from "./button/SuccessButton";
|
||||
import TertiaryButton from "./button/TertiaryButton";
|
||||
import WarningButton from "./button/WarningButton";
|
||||
|
||||
|
||||
export {
|
||||
Button,
|
||||
DangerButton,
|
||||
DarkButton,
|
||||
InfoButton,
|
||||
LightButton,
|
||||
MoltenButton,
|
||||
PrimaryButton,
|
||||
SecondaryButton,
|
||||
SuccessButton,
|
||||
TertiaryButton,
|
||||
WarningButton
|
||||
};
|
||||
Reference in New Issue
Block a user