Add:
- Component alert system
- Page collaboration Id

Fix:
- Box base
- Menu drawer dibuatkan interface

# No Issue '
This commit is contained in:
2025-07-23 15:40:53 +08:00
parent 70e324e76e
commit 30d61c84aa
8 changed files with 303 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
// Alert
import AlertCustom from "./Alert/AlertCustom";
import AlertDefaultSystem from "./Alert/AlertDefaultSystem";
// Button
import LeftButtonCustom from "./Button/BackButton";
import ButtonCenteredOnly from "./Button/ButtonCenteredOnly";
@@ -42,33 +43,31 @@ import ScrollableCustom from "./Scroll/ScrollCustom";
// ShareComponent
import AvatarUsernameAndOtherComponent from "./_ShareComponent/AvataraAndOtherHeaderComponent";
import Spacing from "./_ShareComponent/Spacing";
import ViewWrapper from "./_ShareComponent/ViewWrapper";
import TabBarBackground from "./_ShareComponent/TabBarBackground";
import ViewWrapper from "./_ShareComponent/ViewWrapper";
export {
AlertCustom,
AlertDefaultSystem,
// Image
AvatarCustom,
// ShareComponent
AvatarUsernameAndOtherComponent,
// Button
LeftButtonCustom as BackButton,
// Box
BaseBox,
BoxButtonOnFooter,
BoxWithHeaderSection,
// Button
LeftButtonCustom as BackButton,
ButtonCenteredOnly,
BoxWithHeaderSection, ButtonCenteredOnly,
ButtonCustom,
FloatingButton,
DotButton,
// Center
CenterCustom,
// Clickable
ClickableCustom,
// Divider
DividerCustom,
DividerCustom, DotButton,
// Drawer
DrawerCustom,
DrawerCustom, FloatingButton,
// Grid
Grid,
InformationBox,
@@ -82,9 +81,8 @@ export {
SelectCustom,
// ShareComponent
Spacing,
TabBarBackground,
// Stack
StackCustom,
StackCustom, TabBarBackground,
// TextArea
TextAreaCustom,
// Text
@@ -92,5 +90,6 @@ export {
// TextInput
TextInputCustom,
// ViewWrapper
ViewWrapper,
ViewWrapper
};