IPAddressInput

An input component to display and retrieve IPV4 addresses.

$ import { IPAddressInput } from 'geist-ui-svelte';

Basic

. . .

No Dot

Remove the dot between octets.

Mouse-less

The input works with `space`, `tab` and `.`.

. . .

Validation

Validating the IP is easy just bind to `valid`.

. . .

Invalid!

Debounce

Sometimes when working with data from a server you want to wait for the user to finish typing before making a request. The built in `debounce` property and `on:debounce` event make this easy. Try it out below.

. . .


Next Card