Tarun Singh has Published 104 Articles

How to customize checkboxes in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:20:42

595 Views

Material UI, a used frontend library offers a variety of pre designed and customizable UI components. When building forms or applications that require user input and selections checkboxes are commonly used. However, what if you want to personalize your checkboxes with attributes, like size, color, design, text, icons and more? ... Read More

How to customize autocomplete components in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:19:19

1K+ Views

In this article, we will learn how to customize the autocomplete components in Material UI. Popular React UI framework Material UI provides a wide range of components with contemporary and elegant designs. Autocomplete, which offers users suggestions in real−time as they work with input fields, is one such flexible component. ... Read More

How to create loading buttons in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:17:57

1K+ Views

The loading buttons, or simply the spinners that are used in the buttons, are a way to demonstrate that the state of a component is being loaded. The loading button can be used to display the progress of your projects as they load. They are solely made of Material UI, ... Read More

How to create complex buttons in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:15:23

352 Views

Within web applications, buttons are essential for enabling user engagement. Sometimes we are in need of providing custom interaction to the users using their applications or websites. You can create complex buttons with cutting−edge features, unique styles, and interactive behavior in addition to the simple buttons with standard features that ... Read More

How to create animations for the Floating action button in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:13:10

407 Views

A floating action button is a shape, with an icon at the center that appears in front of all screen content. Material UI is a known React component library that offers a range of pre designed and customizable UI components. Among these components the Floating Action Button (FAB) is quite ... Read More

How to change the size and color of the checkbox in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:11:13

4K+ Views

A checkbox is a key component when there is a need to choose multiple options from a list of options. To have control over the size of the checkboxes and to match the web design, ensure that proper sizes and colors have been added. In this article, we are going ... Read More

How to autocomplete in ComboBox input in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:08:55

476 Views

Autocomplete functionality within ComboBox inputs has become a widely favored feature due to its ability to enhance the user experience by offering suggested options while typing. Material−UI, a renowned React UI framework, presents an elegant and straightforward solution for implementing autocompletion in ComboBox inputs. In this article, we'll explore the ... Read More

How to add labels in the checkbox in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 11:06:58

725 Views

A key component of user interfaces, checkboxes make it simple for users to select options or express preferences. Sometimes, the users get to see multiple options to select from, and if there are no proper labels, they may get confused. To solve this issue, checkboxes can be easily and elegantly ... Read More

How to add buttons with icons and labels in Material UI?

Tarun Singh

Tarun Singh

Updated on 30-Oct-2023 10:49:55

3K+ Views

If you are developing a React web application, it is likely that the icons will be used. Icons represent the concept, idea, file, program, application, business, and so on. To define the identity of a feature, you can use icons. An appropriate icon can stand in for a program or ... Read More

How to parse XML and count instances of a particular node attribute in Python?

Tarun Singh

Tarun Singh

Updated on 31-Aug-2023 12:16:50

1K+ Views

Parsing XML and counting instances of a particular node attribute in Python can be achieved through various methods. XML is a widely used format for storing and exchanging structured data. Python provides several libraries and approaches for parsing XML, including ElementTree, lxml, and xml.etree.ElementTree. In this article, we will ... Read More

Previous 1 ... 3 4 5 6 7 ... 11 Next
Advertisements