useDateGallery<T>

COMPOSABLE

A composable which returns an DateGallery from @uiloos/core which is configured by the config parameter.

What the composable does is register itself to the DateGallery for changes, when a change is detected it makes sure that the component using the composable is re-rendered.

Since 1.6.0

Signature

useDateGallery( ): Ref<DateGalleryCore>

Parameters

config: DateGalleryConfig<T>

The initial configuration of the DateGallery.

Returns

An instance of the DateGallery from @uiloos/core