diff --git a/docs/functions/client_loader-container_loader-container.LoaderContainer.html b/docs/functions/client_loader-container_loader-container.LoaderContainer.html index 6663e31d..adbd0cf6 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 965bbbf6..b433cc3d 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 dfac2972..f044a892 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 e5d4a441..76ca0876 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 2987545c..5966a78f 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 9f062a69..7d65f8e2 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 2485042c..f692e59f 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 2202fb15..5a95abd3 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 8a8f5b1b..03756afd 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 0dc4a8e3..16a48c05 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 b8063041..21df8882 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 364311d0..23795268 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);

-
+