Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React

  • By Cruip
  • Last update: Dec 29, 2022
  • Comments: 8

Free Tailwind dashboard template

Mosaic TailwindCSS template preview

Mosaic Lite is a responsive dashboard template built on top of TailwindCSS and fully coded in React. It comes with several pre-coded charts (built with Chart.js 3) and widgets, and it's a great starting for anyone who wants to create a user interface for SaaS products, administrator dashboards, modern web apps, and more.

Use it for whatever you want, and be sure to reach us out on Twitter if you build anything cool/useful with it.

Created and maintained with ❤️ by Cruip.com.

Live demo

Check the live demo here 👉️ https://mosaic.cruip.com/

Mosaic PRO

Looking for more pages and components? Have a look at the premium version here 👉️ https://cruip.com/demos/mosaic/

Table of contents

Usage

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

To install the dependencies package.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Vue version of Mosaic

Credits

Terms and License

  • Released under the GPL.
  • Copyright 2020 Cruip.
  • Use it for personal and commercial projects, but please don’t republish, redistribute, or resell the template.
  • Attribution is not required, although it is really appreciated.

About Us

We're an Italian developer/designer duo creating high-quality design/code resources for developers, makers, and startups.

Stay in the loop

If you would like to know when we release new resources, you can follow us on Twitter, or you can subscribe to our monthly newsletter.

Github

https://github.com/cruip/tailwind-dashboard-template

Comments(8)

  • 1

    error about Dynamic require of "tailwindcss/plugin" is not supported

    i tried to change code to fine error position, i finally find error in postcss.cjs files, please tell me how can i fix it , thanks

    my settings :

    postcss.config.cjs

    import tailwindConfig from "./src/css/tailwind.config.cjs";
    import autoprefixer from "autoprefixer";
    import tailwind from "tailwindcss";
    
    export default {
      plugins: [tailwind(tailwindConfig), autoprefixer],
    };
    

    tailwind.config.cjs CleanShot 2022-10-12 at 12 33 31@2x

  • 2

    md breakpoint is not working

    I am a newbie in using a template and tailwindcss.

    1. I just add a md breakpoint into my Dashboard.js file and realise it didn't work. it still works on my project( tailwindcss + reactJs).

    image

    1. After I stretch in and out the width of the browser, the DashboarCard seems to go wrong, it's stretched and does not return to its original size anymore. image

    Note: I just downloaded the template and adjusted the package.json from "scripts": { "start": "TAILWIND_MODE=watch craco start", to "scripts": { "start": "set PORT=3002 &&craco start", and I run npm start like i usually do to run it

  • 3

    Added flatpickr as devDependencies

    Hello. just found your beautiful template and install it. Got an error for missing flatpickr/dist/flatpickr.min.css Install it as a dev dependencies resolve it.

  • 4

    Permission to release a tutorial

    Hello Everyone,

    super nice work. I liked it so much I would like to write a tutorial on how to build a full stack app with your theme.

    You can see the seed of my work here, a brief list of features

    • Ecmascript modules
    • PWA, installable and working offline
    • Serverless environment for the backend
    • Authentication (firebase, metamask, ...)

    I would like to ask you permission to release an open source tutorial. I have also made some small improvements that maybe can be backported in the commercial theme? I think the tutorial could add value to your offer.

  • 5

    Running

    Scusate l'incompetenza, come faccio ad usare il tutto una volta scaricato lo zip? :) C'è un file di installazione o una pagina web? Non ho trovato nessuno dei due :,(

  • 6

    [Question] Vue version ETA?

    This is such a beautiful template, when do you think the Vue version will be available?

    Will it be written in Vue 3 or 2?

    If it's in Vue 3 will it make heavy use of composition, or options API's?

    Thanks, I'm eager to purchase.

  • 7

    npm WARN [email protected] No repository field.

  • 8

    Solve error for Sidebar and localStorage not define when loading the template with SSR

    Hi again. I'm not used to git, so I don't know how to not send the first pull request at the same time, so sorry for this.

    For the second, my screen is split into 2. On the left, you have the application launched normally with "pnpm dev" On the right, you have the application loaded with SSR. Loaded without change on SSR The first image is without change in the source.

    Loaded with change on SSR the second image is after applying the change, and it has no incidence on the application except in SSR.