DEV Community

Cover image for How to Create Tailwind CSS Dashboard Using Low Code [Tutorial]
Toma Rares
Toma Rares

Posted on

How to Create Tailwind CSS Dashboard Using Low Code [Tutorial]

SaaS dashboards play a vital role in providing users with a visual representation of data. They enable you to monitor important metrics and make informed decisions. To create robust and user-friendly SaaS dashboards, it is important to use the right tools. This article explores the advantages of using Tailwind CSS and Low Code for building SaaS dashboards.

Is Tailwind CSS hard to learn?

  • Learning Tailwind CSS can be a bit challenging at first due to its extensive utility classes, but breaking it down into smaller components, practicing with hands-on projects, and utilizing the available documentation and online resources can make the learning process more manageable and enjoyable.

In this tutorial, we will use Loopple, which offers an intuitive drag-and-drop interface for building Bootstrap, Tailwind CSS or React dashboards effortlessly. Loopple simplifies the development process, allowing users to build dashboards faster and significantly reducing development time.

The Dashboard we build in this Tailwind CSS tutorial will have three pages:

  1. Index Index Page
  1. Profile Profile Page
  1. Orders Orders Page

As we explore the implementation details of each interface in the following sections, these images will serve as a visual guide.

Table of contents:

How to Create New Project

Once you've signed in to your account by visiting the Loopple website, you'll be given the option to launch a new project.

You can use any of the options listed below to create a dashboard. However, in this tutorial, we'll focus on how to use the Soft UI Dashboard Tailwind CSS design.

Select it, give your project a name, and then click "Create."

Create new Tailwind CSS project

Creating the Index Page

Let's go over step-by-step instructions for making the index page. Here is our blank template. As you can see it has three major sections. On the Left of the page, you have the sidebar. At the top, you can add a nav bar. There is a large area in the middle that include elements that will be shown when you navigate through different pages of the dashboard.

Create the index page

Step 1: Select a Sidebar

The following modal will open by clicking on the "+" button on the sidebar. As you can see, Loopple provides 2 sidebar types and users are free to use any sidebar they like. However, in this case, I'll go with the "sidebar simple" template. Once, I click it, all the elements in that template will be added to my sidebar.

Select Sidebar

Step 2: Select the Navbar

Next, we have to select the navbar. By clicking on the "+" button on the top, we can choose a model for the navbar.

Select Navbar

In the navigation models, there are three choices. In this case, I have chosen the "navbar with the logo" option. You are free to use any of them depending on your preference.

Step 3: Modify the texts that are offered in the models.

To edit or rename a text, simply double-click on it. A box will then appear in the upper right corner of the screen. You can add any text you desire.

Modify sidebar title text

The Tailwind dashboard comes with elements that have prewritten text. Most of these texts won't work for your dashboard. For example, you may want to change the Software UI Dashboard to SaaS Dashboard or something like Your "product name" dashboard.

You can easily change the text of the elements by double-clicking on it. In my demo, I will change the test of these elements into the following:

  • Software UI Dashboard --> SaaS Dashboard
  • Navbar Brand --> SaaS Dashboard
  • Dashboard --> Dashboard
  • Table --> Analytics
  • Billing --> Invoice
  • Virtual Reality --> Messages
  • RTL --> Settings

Step 4: Change the Icon Color of “Analytics”

To accomplish this task, you need to select the border of the icon as we will be modifying its entire color. Afterward, you will notice the presence of an editor tab containing various labels. These labels describe the current design of the icon, and you have the ability to delete and add new styles. Here, I deleted the "From-purple-700" and "to-pink-500" labels and added "from-indigo-600" and "to-blue-600" to give the icon a blue color.

Change Tailwind CSS icon classes

Step 5: Add a Card Section

To begin, let's position the card by adding a "grid" before incorporating it into our project. Next, navigate to the menu and select "Card section" under the "Sections" category. Once done, you can easily drag and drop a card design of your choice into the workspace. For this demonstration, I am using the first design option.
Now, to modify the colors of the icons, refer to "Step 4" and follow the instructions accordingly. In my case, I changed all the icons to a blue hue. Additionally, feel free to adjust the text as desired. In my dashboard, I made the following changes listed below.

  • Today's Money → Revenue
  • $ 53,00 → $ 5,400
  • Today's Users →Users
  • -2% → +5%
  • $103,430 → 970

Following these steps should result in the output shown below:

Cards section change texts

To modify the text color for "+5%", simply click on the "+5%" text. In the "classes" text input, add "text-lime-500" to apply a green color to the text and remove "text-red-600".

Modify text color using Tailwind CSS class

Step 6: Add a Grid

To add a grid, select "Grid with 2 columns" from the "Grid" by clicking the "Grid" tab, then drag and drop it onto an empty workspace. This grid will divide the workspace into two columns.

Add Tailwind CSS grid

Step 7: Add Charts to the Grid

To incorporate charts, begin by selecting the "Charts" section from the component tab. You have the option to choose between two models. In my case, I opted for the "Chart Line" model and proceeded to drag and drop it into the left-hand column. Following that, I selected the "Chart Bar" model and placed it on the right side of the screen.

To make the text more relevant to your product, you can customize it accordingly. Here are the changes I made to the text:

📈 On the "Chart Line":

  • Sales Overview → Reports
  • 4% more in 2021 → 4% more in 2023

📊 On the "Chart Bar":

  • Active users → Analytics
  • Users → Sales
  • Clicks → Distribute
  • Sales → Churn
  • Items → Return

Step 8: Adding Tables

Next, we need to divide the workspace into two columns, which can be done by following step 5. Once that is accomplished, we can proceed to add tables to the workspace.

To add tables, navigate to the "Components" tab and select "Tables". You will find a selection of available table templates displayed there. Currently, the "Table product" template is chosen and placed in the left-side column. Additionally, the title has been modified from "Top Selling Products" to "Recent Orders".

Furthermore, we include the "Table country" table template in the right-side column.

Add table country

The creation process of the "Index.html" page is now finished. To save the file, simply click on the "Save" button located in the center of the screen. If you wish to preview your creation, you can click on the "Preview" button to see the result.

Create the Orders Page 📄

Step 1: Add a new page to create a new file.

Click on the "Page" tab located in the upper right corner. Select "Add Page" to create a new page.

Step 2: Copy the sidebar from the "Index" page.

We want to include the same sidebar on this page as well. Just like we did on the Index page, let's add a sidebar using templates. Now, click on the "Pages" tab and select "Index" to go back to "Index.html". Choose the sidebar and click on "Edit Code" in the "Sidenav" section.

Copy the sidebar code

The HTML code for the sidebar will then appear. You can copy it just like you would in everyday life by selecting everything with "Ctrl + A" and then press "Ctrl + C" to copy.

Return to "Page 2" (Orders.html) under "Pages". Select the sidebar you added earlier, then click on "EditCode" under "SideNav" on the right-hand side. Replace the existing code with the copied code from "Index.html".

Step 3: Add the Navbar

The instructions for the "Index" page's guide can be used for this as well. Select the Navbar template by clicking on the "+" sign, and then edit the left-side text to read "SaaS Dashboard".

Step 4: Rename the Page

Let's give the page a meaningful name. Select the "Pages" tab. Edit the file's name to "Orders" by clicking on "edit" in the "Page 2" section.

Rename the page

Step 5: Add and Edit typography

Typography allows us to create visually appealing text styles. We can start by adding a grid for the main title. Since we want the title to span the full width, choose "Grid with column 1".

Next, go to the "Component" section and select "Typography". Pick a design, such as "Typography H2", from the available options. Customize the typography's appearance, change the text to "View All Orders", and adjust the heading tag from h2 to h4.

Change heading tag from h2 to h4

If you wish to make the text bold, you can use the "<>" button to edit the HTML code and add the "font-bold" class in the "Classes" section under the "Editor" tab.

Step 6: Add a Table

To display tabular data, let's add a table. Click on the "Component" tab and choose the "Tables" section. Select a suitable table template, such as "Table Product" for this page. Customize the table's appearance, and don't forget to change the title to "Orders".

Change table header title

You have successfully created the "Orders.html" file. Don't forget to save your progress and take a moment to preview the page.

Let's go ahead and create the Profile Page following the below steps.

Create the Profile Page

Step 1: Add a New Page and Rename

Just like we did for the "Orders" page, let's add a new page. Click on "Pages" and then select "Add Page". A new page labeled "Page 2" will be created. Go ahead and rename it to "Profile".

Step 2: Add a sidebar and Navbar

To maintain consistency, we want the sidebar and navbar on this page to match the previous pages. Luckily, we can easily copy the code from the earlier pages. You can refer back to "Step 2" and "Step 3" under "Creating an Orders page" for the instructions on how to accomplish this.

Step 3: Add Profile Details

Let's focus on the "Profile" section under the "Grid" tab. Drag and drop the first item from the "Profile" section to the workspace. Now, you can make changes to its appearance. For example, let's change the CEO's name to "Michael Ordan".

Change card profile text

Next, drag and drop the last item from the "Profile" section to the workspace. This section is also editable.

Drag and drop profile section

You have completed the "Profile" page. Before wrapping up, remember to save your progress and take a moment to preview the page.

As you've reached the end of this task, you can now preview all three pages. Simply choose one page at a time and see how they look.

Preview all pages

Final Thoughts 💬

With the assistance of Loopple Tailwind CSS and Low Code, you can now design visually appealing dashboards more effectively. You have the ability to implement modern user interfaces, customize fonts, create unique icons, and incorporate charts, graphics, and cards to bring your dashboard to life.
By following the detailed step-by-step instructions provided for each template, you can confidently create remarkable Tailwind SaaS dashboards that will captivate your users and enhance your applications.
Get ready to unleash your creativity and elevate your dashboard designs to new heights! 🚀

You can also check our video tutorial for this article on our Youtube channel here: video.

Experience the power of low code by registering on the Loopple website and getting started with your own project today!

Top comments (13)

Collapse
 
sm0ke profile image
Sm0ke

Looks easy. Thanks for sharing.

Collapse
 
rarestoma profile image
Toma Rares

Thank you @sm0ke! 🙏🏻

Collapse
 
frencocroexpert profile image
Frenco - Business Growth & CRO Experts

hello guys.

nicely put up . islamicwalldecors.com/

Collapse
 
fredy profile image
Fredy Andrei

Impressive! Thanks a lot! 😍

Collapse
 
rarestoma profile image
Toma Rares

Happy that you like it @fredy! 🙏🏻

Collapse
 
pawmenow1 profile image
pawmenow

Really helpful 🚀

Collapse
 
rarestoma profile image
Toma Rares

Thanks @pawmenow1! 🙏🏻

Collapse
 
frencocroexpert profile image
Frenco - Business Growth & CRO Experts

hello,
Thanks a lot. Learn how to quickly create a stunning Tailwind CSS dashboard using low code techniques, perfect for indie hackers looking to build. E-Commerce Agency In Dubai

Collapse
 
josignat profile image
José Ignacio

Thank you, Loopple is free?

Collapse
 
saruf_ratul profile image
Saruf Ratul

Thanks

Collapse
 
ch3ckmat3 profile image
Sohail Iqbal

Looks nice and easy. Is it free / open source?

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
crearesite profile image
WebsiteMarket

cool