Skip to content

elliotnolten/framer-AutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framer AutoComplete

A module for searching Dutch addresses.

How it works

Step 1. Add the AutoComplete module and the InputLayer module to your project

This module is built up the InputLayer module by Benjamin den Boer. So you'll need to add that plugin to your project as well.

Step 2. Design a nice input field in the Design tab and wrap it with the InputLayer

input = InputLayer.wrap(inputAddress,textAddress)

Design a nice input field

Step 3. Create an instance of AutoComplete

Make sure that you set the right input, type (See what types are available) and maxResults.

autoCompleteAddress = new AutoComplete
	input: input
	type: "gemeente"
	maxResults: 10

Example

This prototype searches on the Unsplash site for a picture of your favorite Dutch city.

Example

https://framer.cloud/SaaXt

Locatieserver

This Module uses Locatieserver to find Dutch addresses and cities.

Types

  • gemeente
  • woonplaats
  • weg
  • postcode
  • adres
  • hectometerpaal
  • perceel

About

A module for searching Dutch addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published