s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Images · Components

AssetsGallery

Grid gallery of image assets with filtering and selection

Public export

typescript
import { AssetsGallery } from '@happyvertical/smrt-images/svelte';
Import path
@happyvertical/smrt-images/svelte
Props
4
Props described
0 of 4
Bindable state
0
Callback events
1
Verified release
0.44.0

Props

NameTypeRequiredDescription
apiBaseUrlstringNoNot described
clientImagesGalleryClientNoNot described
onSelect(image: ImageLike) => voidNoNot described
enableDragToEditorbooleanNoNot described

Bindable state

This component has no bindable public state.

Callback events

  • onSelect(image: ImageLike) => void

Examples and explanation