Forms
This is the most basic and cost estimation form is the default position.
Company registration Form. Form action buttons are on the bottom right position.
This form shows tooltips on hover to provide useful information while user is filling the form. Use data attributes like toggle data-toggle
, trigger data-trigger
, placement data-placement
, title data-title
to show tooltips on form controls.
This form shows the use of icons with form controls. Define the position of the icon using has-icon-left
or has-icon-right
class. Use icon-*
class to define the icon for the form control. See Icons sections for the list of icons you can use.
This is a variation to the default form control styling. In this example all the form controls has round styling. To apply round style add class round
to any form control.
This is another variation to the default form control styling. In this example all the form controls has square styling. To apply square style add class square
to any form control.
This example shows a way to center your form in the card. Here we have used .justify-content-md-center .row
classe to center the form in a full width card. User can always change column classes according to his requirements. This example also uses form action buttons in the center bottom position of the card.
This example shows a ways to center your card with form. Here we have used .justify-content-md-center .row
classes to center the card as its not full width. User can always change column classes according to his requirements. This example also uses form action buttons in the center bottom position of the card.