The object component allows the user to inspect and read more of an entity and adds a dropdown of different actions that the user can take on the entity.
The alphanumeric component, allows you to create a text field that are mostly found on a form or inside a table to edit a value of some sort. The text field represents strings of short length, i.e. less than 255 characters.
The Bigalphanumeric component, allows the user to type more than just a simple sentence. The component represents large strings of limited length, i.e. less than 64 kb.
This is the biggest text area where the lentgth can arbitrary.
The boolean component takes a true/false value to determine if something is true or false in the form of a switch. You can click the switch to toggle it and see it in action.
The date component allows the user to fill in a date in the format that you desire. When you click on the date field, a calendar shows up to choose any date.
The datetime component builds upon the date component. It adds the ability to choose a time.
The float comonent will ensure that the input that was given by the user is in the data type of a float. When typing in more than three numbers, you can see how the component acts on it.
With the integer component, its only possible to fill in numbers from 0 to 9. It represents positive and negative whole numbers in the range [-2^63..2^63 -1]
The password component allows the user to type in their password, without showing it on the screen
{{ data | json }}