Tairo Nulled is not a theme or a simple template, it is a full dashboard design system. Tairo is a full rewrite of Vuero using Nuxt and Tailwind CSS instead of Vue and Bulma. It provides ready pages to start building your application effortlessly, as well as a set of additional elements that will help you create new pages for your specific needs. Everything you need to start is there, dashboards, forms, layouts, profile, apps, elements, components and much more. Tairo ships with Shuriken UI, its own UI library, offering many customizations options. Its built-in quickstarter will help you jumpstart your project in no time. Please note however that Tairo is not a WordPress theme.
Built with Nuxt
Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. Nuxt uses conventions and an opinionated directory structure to automate repetitive tasks and allow developers to focus on pushing features. The configuration file can still customize and override its default behaviors.
Vite Powered
Tairo is powered by Vite. Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production. Vite features lightning-fast cold server start, instant hot module replacement (HMR) and true on-demand compilation.
Tailwind CSS
Tairo uses Tailwind CSS as its styling engine. Tairo is built with a custom Nuxt component library named Shuriken UI. Those components are dead simple and very customizable, in terms of shapes, variations and colors.
Modular Code
Tairo source code follows approved best practives and with a modular approach. Everything is already sliced in layers for a better code maintainability.
Nice looking starters
Tairo features 100+ prebuilt pages. it ships into a complete admin / webapp design system that you can use in your favorite platform or in a totally custom project
Responsive design
Tairo is based on Flexbox and CSS grid, wich are natively fit for mobile and tablets. Tairo is ultra responsive.
Features
- 100+ demo pages
- Blazing fast Vite bundler
- Nuxt extensible layers
- Native SSR and SEO
- Hot Reloading
- Graphic assets
- Configurable UI library
- Native Dark Mode
- RTL support
Demo : https://themeforest.net/item/tairo-multipurpose-nuxt-tailwind-css-dashboard-system/45383013
Changelog
----------------------------------------------------------------------------------------- Version 1.5.0 - Apr 11, 2024 ----------------------------------------------------------------------------------------- ### Bug Fixes * **AddonCarousel:** allow to define vue3-carousel props and events * calendar z index * content typos * **demo:** improve panel a11y * **demo:** proper use of vueform validation in new card form * **demo:** reuse components and update deprecated props * documentation examples responsiveness * **layer-collapse:** burger menu hydration mismatch * message icons demo * prop typos * search modal text size and layout * **TairoToc:** remove fixed styles, add nav-end slot and focus elements on click * use NuxtPage instead of RouterView in page sublayouts ### Features * add account pages * add badge to new content in demos page * add balance dashboard * add banking dashboard 4 and messaging v2 * add card pages * add dropdown with form variations * add Icon nav layer * add new dashboards * add overview dashboard * add payments and transactions * add quickview dashboard * add recipient details * add stepper forms * add subpages * add TairoImageZoom component * add value to v-focus in order to conditionally disable focusing * **demo:** disable inline styles and enable view transition api * **layout-collapse:** add tooltip to navigation items when collapsed * make tairo modal wrapper tag customizable * **panels:** add 'md' size + teleport panels to body * set packageManager field and dependencies in layers for remote * update documentation * update landing master layouts * update layers documentation * update to nuxt 3.11 * use new BaseInputHelpText component * use shiki instead of shikiji ([e5cd43f](https://github.com/cssninjaStudio/tairo/commit/e5cd43f72bc0324ef86858ec95d0355b0c35f19d)) * **useMultiStepForm:** add validation and documentation ### Documentation * add button to open customization modal * add spellchecker * **autocomplete:** add allow create item example * rework learning path, update examples and components reference