VOOZH about

URL: https://www.geeksforgeeks.org/css/semantic-ui-form-loading-state/

⇱ Semantic-UI Form Loading State - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Semantic-UI Form Loading State

Last Updated : 10 Mar, 2022

Semantic UI is an open-source framework that uses CSS and jQuery to build great user interfaces. It is same as a bootstrap for use and has great different elements to use to make your website look more amazing. It uses a class to add CSS to the elements.

A form is the section of a document that contains a number of input fields such as text field, password, and checkbox, etc. 

Semantic-UI form is used to create attractive form using semantic-ui classes. It is very easy to design attractive form. Semantic-UI Form Loading State is used to create a form and display the loading state indicator.

Semantic-UI Form Loading State Used Class:

  • loading: This class is used to display the loading indicator on the form element.

Syntax:

<div class="ui loading form">
 ...
</div>

Example 1: In this example, we will describe the Semantic-UI Form Loading State.

Output:

👁 Image

Example 2:  In this example, we will describe the Semantic-UI Form Loading State.

Output:

👁 Image

Reference: https://semantic-ui.com/collections/form.html#loading

Comment