diff --git a/docs/functions/client_loader-container_loader-container.LoaderContainer.html b/docs/functions/client_loader-container_loader-container.LoaderContainer.html index 6fa7bfe3..2f8d5824 100644 --- a/docs/functions/client_loader-container_loader-container.LoaderContainer.html +++ b/docs/functions/client_loader-container_loader-container.LoaderContainer.html @@ -1,2 +1,2 @@ LoaderContainer | React18 Loaders
+

Parameters

Returns Element

diff --git a/docs/functions/hooks_use-loader.useLoader.html b/docs/functions/hooks_use-loader.useLoader.html index 5d784926..9262e5d3 100644 --- a/docs/functions/hooks_use-loader.useLoader.html +++ b/docs/functions/hooks_use-loader.useLoader.html @@ -1 +1 @@ -useLoader | React18 Loaders
  • Returns { loading: boolean; setLoading: SetStateAction<boolean> }

+useLoader | React18 Loaders
  • Returns { loading: boolean; setLoading: SetStateAction<boolean> }

diff --git a/docs/functions/server_bars_bars1_bars1.Bars1.html b/docs/functions/server_bars_bars1_bars1.Bars1.html index 3a4915d5..d92571c9 100644 --- a/docs/functions/server_bars_bars1_bars1.Bars1.html +++ b/docs/functions/server_bars_bars1_bars1.Bars1.html @@ -5,4 +5,4 @@
export function Bars1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_bars_bars2_bars2.Bars2.html b/docs/functions/server_bars_bars2_bars2.Bars2.html index d1ef5716..d7a5fae8 100644 --- a/docs/functions/server_bars_bars2_bars2.Bars2.html +++ b/docs/functions/server_bars_bars2_bars2.Bars2.html @@ -5,4 +5,4 @@
export function Bars2(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_common_base_base.Base.html b/docs/functions/server_common_base_base.Base.html index d5979730..a179007f 100644 --- a/docs/functions/server_common_base_base.Base.html +++ b/docs/functions/server_common_base_base.Base.html @@ -1,3 +1,3 @@ Base | React18 Loaders
+

Parameters

Returns Element

diff --git a/docs/functions/server_dots_dots1_dots1.Dots1.html b/docs/functions/server_dots_dots1_dots1.Dots1.html index a4684fe9..6e038616 100644 --- a/docs/functions/server_dots_dots1_dots1.Dots1.html +++ b/docs/functions/server_dots_dots1_dots1.Dots1.html @@ -5,4 +5,4 @@
export function Dots1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_dots_dots2_dots2.Dots2.html b/docs/functions/server_dots_dots2_dots2.Dots2.html index 61920d7a..385fca96 100644 --- a/docs/functions/server_dots_dots2_dots2.Dots2.html +++ b/docs/functions/server_dots_dots2_dots2.Dots2.html @@ -5,4 +5,4 @@
export function Dots2(props: Dots2Props) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/interfaces/client_loader-container_loader-container._internal_.LoaderContainerProps.html b/docs/interfaces/client_loader-container_loader-container._internal_.LoaderContainerProps.html index bdfa72d3..9e6183dc 100644 --- a/docs/interfaces/client_loader-container_loader-container._internal_.LoaderContainerProps.html +++ b/docs/interfaces/client_loader-container_loader-container._internal_.LoaderContainerProps.html @@ -1,3 +1,3 @@ -LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
    loading?: boolean;
}

Hierarchy

Properties

children? +LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
    loading?: boolean;
}

Hierarchy

Properties

Properties

children?: ReactNode
loading?: boolean
+

Properties

children?: ReactNode
loading?: boolean
diff --git a/docs/interfaces/server_common_base_base.BaseProps.html b/docs/interfaces/server_common_base_base.BaseProps.html index 155b526c..4ced00cb 100644 --- a/docs/interfaces/server_common_base_base.BaseProps.html +++ b/docs/interfaces/server_common_base_base.BaseProps.html @@ -1,8 +1,8 @@ BaseProps | React18 Loaders

Interface declaring the common properties of the loaders

-
interface BaseProps {
    color?: string;
    height?: string | number;
    width?: string | number;
}

Hierarchy (View Summary)

Properties

interface BaseProps {
    color?: string;
    height?: string | number;
    width?: string | number;
}

Hierarchy (View Summary)

Properties

Properties

color?: string

Color of the dots - CSS compatible color

-
height?: string | number

height of the loader element in pixels or a string with a length unit.

-
width?: string | number

width of the loader element in pixels or a string with a length unit.

-
+
height?: string | number

height of the loader element in pixels or a string with a length unit.

+
width?: string | number

width of the loader element in pixels or a string with a length unit.

+
diff --git a/docs/interfaces/server_common_base_base._internal_.OtherProps.html b/docs/interfaces/server_common_base_base._internal_.OtherProps.html index 0ffa2b57..8c2a84ee 100644 --- a/docs/interfaces/server_common_base_base._internal_.OtherProps.html +++ b/docs/interfaces/server_common_base_base._internal_.OtherProps.html @@ -1,5 +1,5 @@ OtherProps | React18 Loaders

Other props - loaderClass is included here as we will extend BaseProps for other loaders

-
interface OtherProps {
    dotRadius?: string | number;
    loaderClass: string;
}

Properties

interface OtherProps {
    dotRadius?: string | number;
    loaderClass: string;
}

Properties

dotRadius?: string | number
loaderClass: string

Loader class name

-
+

Properties

dotRadius?: string | number
loaderClass: string

Loader class name

+
diff --git a/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html b/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html index 29a19b98..9e5fd83a 100644 --- a/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html +++ b/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html @@ -1,10 +1,10 @@ Dots2Props | React18 Loaders

Interface declaring the common properties of the loaders

-
interface Dots2Props {
    color?: string;
    dotRadius?: string | number;
    height?: string | number;
    width?: string | number;
}

Hierarchy (View Summary)

Properties

interface Dots2Props {
    color?: string;
    dotRadius?: string | number;
    height?: string | number;
    width?: string | number;
}

Hierarchy (View Summary)

Properties

color?: string

Color of the dots - CSS compatible color

-
dotRadius?: string | number

Radius of the dots in pixels or a string with a length unit.

-
height?: string | number

height of the loader element in pixels or a string with a length unit.

-
width?: string | number

width of the loader element in pixels or a string with a length unit.

-
+
dotRadius?: string | number

Radius of the dots in pixels or a string with a length unit.

+
height?: string | number

height of the loader element in pixels or a string with a length unit.

+
width?: string | number

width of the loader element in pixels or a string with a length unit.

+
diff --git a/docs/variables/constants.LOADER_RGS_KEY.html b/docs/variables/constants.LOADER_RGS_KEY.html index 2e4073ae..424cd13e 100644 --- a/docs/variables/constants.LOADER_RGS_KEY.html +++ b/docs/variables/constants.LOADER_RGS_KEY.html @@ -1,2 +1,2 @@ LOADER_RGS_KEY | React18 Loaders

Variable LOADER_RGS_KEYConst

LOADER_RGS_KEY: "r18-loaders"

const uuid = () => (Date.now() * Math.random()).toString(16).slice(2, 8);

-
+