Create tags in React

Tags are the keywords associated to a piece of information. Tags are often used on social websites, email systems, blogs where users can upload their own content. They are separated by comma or enter. Here we will create tags in …

Create Accordion in React

The accordion is a component that organizes content within collapsable items. Accordion can toggle through a number of text blocks with a single click. Here we will create accordion in React. Create Accordion in React Accordion CSS in React Add …

Create Bootstrap Dropdown in React

Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They are made interactive with the included Bootstrap dropdown. Dropdown are toggled by clicking. Here we will create bootstrap dropdown in react. Create Bootstrap Dropdown in React Now …

Create editable table in React

We uses tables to display the data in organized way. Sometimes, we need to create dynamic tables in react with edit features. Here, we will create editable table in react. Create editable table in React Now, we have component <EditableCell …

Create Timeline in React

A timeline is a display of a list of activities or events in chronological order. Timeline is typically a graphic representation, showing a long bar labelled with dates, title or description paralleling it. Here we will create timeline in React. …

Create Autocomplete in React

Autocomplete is an feature in which an application predicts the rest of output based on the user input. Autocomplete is used in mainly in E-Commerce, Booking applications or websites. Here we will Create Autocomplete in React websites or applications. Create …

Create Search Bar in React

Search Bar is a text-box used to search data in file or database based on user’s input. In our web or mobile applications we can create search bar in react in different ways. Here below we will create react search …

Create Popup Component in React

Popup is a UI Component which displays as window in different sizes and screen positions on websites or apps. We can display different any components like forms, boxes, images, videos, tables etc. in Popup. Here we will create popup component …

Create Tooltip in React

A tooltip is mostly used to define the extra information about data(text,image or videos). Tooltip shows when the user moves the mouse pointer or tap over an element. Tooltip can be placed Top, Right, Bottom, Left. Here we will create …

Create Progress bar in React

A progress bar is a graphical representation of data used to visualize or show status of the data such as a download, file transfer, number of counts or installation. So, here we will create progress bar in React. The code …

Card Components in React

A card component in react is a type of content container. It provides options for adding images, headers, and footers, a wide variety of content, contextual background colors, adding post details, adding profile details and excellent display options. Here we …

Create MultiSelect in React

Multi-Select is a component used to get multiple inputs from user. Here we will create multiselect in react applications. Create Checkbox in React First, We needs to install Selectly package. You can get details of the selectly package here. Now, …