# Ipv4addressInput Documentation ## Installation ```bash jsrepo add ui/ipv4address-input ``` ## Components ### Ipv4addressInput The root IPv4 address input component. Allows entry and validation of IPv4 addresses in a segmented input. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| | separator | "." | " " | "_" | . | false | false | The separator character between octets. | | placeholder | string | - | false | false | An IP address placeholder (e.g., 0.0.0.0, 0_0_0_0, or 0 0 0 0). | | value | string | null | false | true | The current value of the IPv4 address input. | | class | string | - | false | false | Additional classes to apply to the root element. | | name | string | - | false | false | The name attribute for the hidden input. | | valid | boolean | false | false | true | Whether the current value is a valid IPv4 address. |