initial commit after split
This commit is contained in:
2
webui/src/components/Button.tsx
Normal file
2
webui/src/components/Button.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Button } from "@govoplan/core-webui";
|
||||
export default Button;
|
||||
2
webui/src/components/Card.tsx
Normal file
2
webui/src/components/Card.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Card } from "@govoplan/core-webui";
|
||||
export default Card;
|
||||
2
webui/src/components/ConfirmDialog.tsx
Normal file
2
webui/src/components/ConfirmDialog.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ConfirmDialog } from "@govoplan/core-webui";
|
||||
export default ConfirmDialog;
|
||||
2
webui/src/components/Dialog.tsx
Normal file
2
webui/src/components/Dialog.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Dialog } from "@govoplan/core-webui";
|
||||
export default Dialog;
|
||||
2
webui/src/components/DismissibleAlert.tsx
Normal file
2
webui/src/components/DismissibleAlert.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { DismissibleAlert } from "@govoplan/core-webui";
|
||||
export default DismissibleAlert;
|
||||
2
webui/src/components/FormField.tsx
Normal file
2
webui/src/components/FormField.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { FormField } from "@govoplan/core-webui";
|
||||
export default FormField;
|
||||
2
webui/src/components/LoadingFrame.tsx
Normal file
2
webui/src/components/LoadingFrame.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { LoadingFrame } from "@govoplan/core-webui";
|
||||
export default LoadingFrame;
|
||||
2
webui/src/components/LoadingIndicator.tsx
Normal file
2
webui/src/components/LoadingIndicator.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { LoadingIndicator } from "@govoplan/core-webui";
|
||||
export default LoadingIndicator;
|
||||
2
webui/src/components/MetricCard.tsx
Normal file
2
webui/src/components/MetricCard.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { MetricCard } from "@govoplan/core-webui";
|
||||
export default MetricCard;
|
||||
2
webui/src/components/PageTitle.tsx
Normal file
2
webui/src/components/PageTitle.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { PageTitle } from "@govoplan/core-webui";
|
||||
export default PageTitle;
|
||||
2
webui/src/components/StatusBadge.tsx
Normal file
2
webui/src/components/StatusBadge.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { StatusBadge } from "@govoplan/core-webui";
|
||||
export default StatusBadge;
|
||||
2
webui/src/components/Stepper.tsx
Normal file
2
webui/src/components/Stepper.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Stepper } from "@govoplan/core-webui";
|
||||
export default Stepper;
|
||||
2
webui/src/components/ToggleSwitch.tsx
Normal file
2
webui/src/components/ToggleSwitch.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ToggleSwitch } from "@govoplan/core-webui";
|
||||
export default ToggleSwitch;
|
||||
2
webui/src/components/email/EmailAddressInput.tsx
Normal file
2
webui/src/components/email/EmailAddressInput.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { EmailAddressInput } from "@govoplan/core-webui";
|
||||
export default EmailAddressInput;
|
||||
2
webui/src/components/help/FieldLabel.tsx
Normal file
2
webui/src/components/help/FieldLabel.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { FieldLabel } from "@govoplan/core-webui";
|
||||
export default FieldLabel;
|
||||
2
webui/src/components/help/InlineHelp.tsx
Normal file
2
webui/src/components/help/InlineHelp.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
import { InlineHelp } from "@govoplan/core-webui";
|
||||
export default InlineHelp;
|
||||
4
webui/src/components/table/DataGrid.tsx
Normal file
4
webui/src/components/table/DataGrid.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { DataGrid, DataGridEmptyAction, DataGridRowActions } from "@govoplan/core-webui";
|
||||
export type { DataGridColumn, DataGridListOption, DataGridPagination, DataGridQueryState, DataGridSortDirection } from "@govoplan/core-webui";
|
||||
export { DataGridEmptyAction, DataGridRowActions };
|
||||
export default DataGrid;
|
||||
Reference in New Issue
Block a user