Last active
October 6, 2016 12:50
-
-
Save edtjones/45a125f78bf3743f21a56435ca62633d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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