VOOZH about

URL: https://www.geeksforgeeks.org/css/bulma-input/

⇱ Bulma | Input - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bulma | Input

Last Updated : 15 Jul, 2025
Bulma is a free, open-source CSS framework based on Flexbox. It is component rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design. The 'input' component of a form is not that attractive in look. Using Bulma we can design input elements of the form in a far better way just by adding some simple Bulma classes. Bulma input elements are available in different colors, different styles, different sizes, and different states. Example 1: This Example illustrates simple Bulma input. Output: 👁 Image
Example 2: This example illustrates coloured form input. Output: 👁 Image
Example 3: This example illustrates different size form input. Output: 👁 Image
Example 4: This example illustrates different states of form input. Output: 👁 Image
Example 5: This example illustrates form input with font awesome icons. Output: 👁 Image
Example 6: This example illustrates rounded type of form inputs. Output : 👁 Image
Comment
Article Tags: