djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Map Picker

python component Media 7 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.map_picker import MapPicker

component = MapPicker(lat=0.0,
    lng=0.0,
    pick_event='set_location',
    zoom=13,
    height='400px',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 7
NameTypeDefault
lat <class 'float'> 0.0
lng <class 'float'> 0.0
pick_event <class 'str'> 'set_location'
zoom <class 'int'> 13
height <class 'str'> '400px'
custom_class <class 'str'> ''
kwargs