URL Input
Component
URL Input
component is an input field for capturing an Uniformed Resource
Locator (URL) address from user. Bissetii did a number of researches on its own
and decided to only provide styling for proper HTML5 semantic syntax defined by
w3.org.
This component is available starting from v1.12.1
.
Hugo
All URL Input
Hugo interface is directly supported by
Form Component.
Go
All URL Input
Go interface is directly supported by
Form Component.
HTML
Expanding from Form Component, URL Input
component is to facilitate an input
for entering an Uniformed Resource Locator (URL) address.
To ensure the accepted URL is complying to your specific pattern, use a regular
expression pattern for pattern=
attribute. Most browsers will perform native
validation and Bissetii styles each of its state seamlessly.
For HTTPS with controlled names that starts with optional www.
and vault.
,
then any domain name characters, then strictly ended with .com
and .net
would be:
|
|
For any valid HTTPS URL:
|
|
For any valid HTTP and HTTPS URL:
|
|
For telephone URL with +123456789...
or 001234567...
formats:
|
|
For telephone URL with only +123456789...
format:
|
|
For email URL with john.smith@local
and [email protected]
formats:
|
|
For email URL with only [email protected]
format:
|
|
An all compatible attributes HTML syntax is shown as follows:
|
|
Here is an example:
CSS
All URL Input
CSS variables is directly supported by
Form Component.
Javascript
All URL Input
Javascript is directly supported by
Form Component.
Sass
All URL Input
Sass is directly supported by
Form Component.
Researches
Here are the researches done to ensure URL Input
component meets
the necessary quality assurances:
SCHEDULED COMING SOON
Epilogue
That’s all about URL Input
component in Bissetii. If you need more
feature or need to report a bug, please feel free to file an issue at our
Issue Section.