mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
- Introduced `landing-copy.ts` containing text for the public landing page, supporting both English and Amharic languages. - Added `landing.css` for styling the landing page, ensuring scoped styles to prevent conflicts with other app styles. - Implemented smooth scrolling and animations for a better user experience.
26 lines
1.1 KiB
TypeScript
26 lines
1.1 KiB
TypeScript
export * from "./lib/input/BilingualInput";
|
|
export * from "./lib/input/AmharicDatePicker";
|
|
export * from "./lib/feedback/ConfirmModal";
|
|
export * from "./lib/feedback/ModalFooter";
|
|
export * from "./lib/feedback/ApiErrorAlert";
|
|
export * from "./lib/feedback/notify";
|
|
export * from "./lib/feedback/FeatureUnavailable";
|
|
export * from "./lib/feedback/EmptyState";
|
|
export * from "./lib/feedback/ErrorState";
|
|
export * from "./lib/layout/AppHeader";
|
|
export * from "./lib/layout/AppSidebar";
|
|
export * from "./lib/layout/AppTopNav";
|
|
export * from "./lib/layout/nav-utils";
|
|
export * from "./lib/layout/BrandAvatar";
|
|
export * from "./lib/layout/ColorSchemeToggle";
|
|
export * from "./lib/layout/LanguageSwitcher";
|
|
export * from "./lib/layout/PageHeader";
|
|
export * from "./lib/input/PasswordRequirements";
|
|
export * from "./lib/input/CountrySelect";
|
|
export * from "./lib/input/phone";
|
|
export * from "./lib/data/AdvancedTable";
|
|
export * from "./lib/feedback/use-error-handler";
|
|
export * from "./lib/data/useServerTable";
|
|
export * from "./lib/landing/LandingPage";
|
|
export * from "./lib/landing/landing-copy";
|