Tagged: React Example

How to create tabs in React - Clue Mediator

How to create tabs in React

When you are working with a large scale react application then you may need to add tabs in React. Here we will use the NPM Package to create tabs in...

Input validation in React - Clue Mediator

Input validation in React

In this article, we will show you how to add the validation for form input in React. Here, you will learn how to create a common Input component in React...

Checkbox list example in React - Clue Mediator

Checkbox list example in React

In this article, you will learn how to create a checkbox list in React. Here we will simply create a list of items with input checkboxes and handle the selection...

How to display a PDF in React - Clue Mediator

How to display a PDF in React

Today we will show you how to display a PDF in React. Here we will use the NPM package to display a PDF as an image in React application. You...

Create a toggle switch in React - Clue Mediator

Create a toggle switch in React

Today we will show you how to create a toggle switch in React. Here we will use the NPM Package to create a toggle button in React. Checkout more articles...

How to add a loading spinner in React - Clue Mediator

How to add a loading spinner in React

Today, we will show you how to add a loading spinner in React. In this article, we will use the NPM package which uses pure CSS to display the loader....

How to add Font Awesome 5 in React - Clue Mediator

How to add Font Awesome 5 in React

Today, we will show you how to add Font Awesome 5 in React. The Font Awesome 5 is the largest icon library based on CSS and Less. Here we will...