Showing posts with label React JS. Show all posts
Showing posts with label React JS. Show all posts

Wednesday, March 17, 2021

How to create Premium Dialog component using Tailwind CSS and React JS | Dialog / Modal Example Using Tailwind CSS and React JS

  Reusable Dialog Component with Tailwind CSS and React JS  Create a basic layout for Dialog component in src/components/Dialog.jsx as shown below. // src/components/Dialog.jsx import React from "react"; function...

Tuesday, March 16, 2021

React JS and Tailwind CSS boilerplate | React JS and Tailwind CSS project setup

  How to Create React JS and Tailwind CSS boilerplate / project setup Prerequisites : 1. Install latest Node JS version in your system. Steps to create project setup: 1. Create a react app project by using Create React...