Provides 9 Free Beautiful dashboard templates built with Tailwind CSS for React, Next.js, Vue and Nuxt.js

  • By salvia-kit
  • Last update: Nov 28, 2022
  • Comments: 3

Salvia-kit - Beautiful Dashboards built with Tailwind CSS

Salvia-kit

Salvia-kit dashboard is a dashboards' website built with Tailwind CSS. We took advantage of Tailwind's flexibility to create a fully customizable premium and professional dashboards, with documentation designed by a developer for developers.

All the dashboards are free to use. We provide dashboards for :

Each dashboard is made for those 4 technos and each variant has a dedicated documentation.

πŸ“¦ Dashboard Features

  • Support of the active route (styled by default).
  • Fully customizable and without external dependencies.
  • No vendor lock-in, you can export it and integrate it in your project.
  • Sidenav aligned left or right according to your preferences (on mobile).

Acknowledgements

Powered By Vercel

Our Amazing Sponsors

Powered By Vercel
Thanks to Jetbrains for sponsoring this project by giving us a free license to use the jetbrains IDE for the entire Salvia-kit team.


Powered By Vercel
Thanks to Vercel for sponsoring this project by allowing it to be deployed for free for the entire Salvia-kit Team.

Contributing

We're open to all contributions! If you'd like to contribute in any way, please first read our Contribution Guide.

##Licence MIT

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Github

https://github.com/salvia-kit/salvia-kit-website

Comments(3)

  • 1

    [Infrastructure] monorepo for all dashboards

    Is your feature request related to a problem? Please describe. There are a lot of repos in this org, 33 to be exact. One repo only holds the code for one dashboard, this can get really hard to maintain and keep track of once this project gets bigger. I also don’t want to clone 29 repos when contributing.

    Describe the solution you'd like One monorepo containing all dashboards and the website or 1 repo per technology + the website.

    if you decide you like my suggestion, I can submit a pr!

  • 2

    Fix scroll beehavor on Header classNames and update Next to the latest version

    Fix scroll beehavor on Header classNames and update Next to the latest version

    • update global style
    • change eslint file extenstion to explicit json
    • update header component and useScrollHeader hook
    • add sharp for better Nimages optimisation in prod
  • 3

    update missing parts of the docs

    • Add provider folder in the file structure section (react, next,nuxt,vue)
    • Rename Context.vue by Provider.vue to match the real file structure (nuxt,vue)