Skip to content

Instantly share code, notes, and snippets.

@edtjones
Last active October 6, 2016 12:50
Show Gist options
  • Save edtjones/45a125f78bf3743f21a56435ca62633d to your computer and use it in GitHub Desktop.
Save edtjones/45a125f78bf3743f21a56435ca62633d to your computer and use it in GitHub Desktop.
<MapContainer>
<Sidebar>
<SearchFilters>
<DateRange />
<AdvancedFilters />
</SearchFilters>
<FilterTabs>
<SearchTab />
<OverlaysTab />
<CollectionsTab />
</FilterTabs>
</Sidebar>
<MapView>
<Map />
<MapControls />
</MapView>
<PinForm>
<CollectionControl />
</PinForm>
</MapContainer>
<SearchTab>
<input type="text" />
<button>Go</button>
<PlaceResultsContainer>
<PlaceResult />
</PlaceResultsContainer>
<PinResultsContainer>
<PinResult />
</PinResultsContainer>
</SearchTab>
<OverlaysTab>
<OverlayResultsContainer>
<OverlayResult />
</OverlayResultsContainer>
</OverlaysTab>
<CollectionsTab>
<CollectionResultsContainer>
<CollectionResult />
</CollectionResultsContainer>
</CollectionsTab>
<Map>
<UpdateResultsControl />
<AddPinControl />
<MapControlsContainer>
<MapNavigation />
</MapControlsContainer>
<PinContainer>
<Pin>
<PinContent />
</Pin>
</PinContainer>
<Overlay />
</Map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment