<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>premium dashboard | MasterTemplate</title>
	<atom:link href="https://mastertemplate.com/tag/premium-dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>https://mastertemplate.com</link>
	<description>Best Website Templates and Admin Templates</description>
	<lastBuildDate>Mon, 15 Dec 2025 13:13:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mastertemplate.com/wp-content/uploads/2017/10/favicon.png</url>
	<title>premium dashboard | MasterTemplate</title>
	<link>https://mastertemplate.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Namaa &#8211; Money Management App Dashboard React Template</title>
		<link>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/</link>
					<comments>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 15 Dec 2025 13:13:31 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[clean crm]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[fintech]]></category>
		<category><![CDATA[money management]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[tailwind dashboard]]></category>
		<category><![CDATA[typescript dashboard]]></category>
		<category><![CDATA[vite]]></category>
		<category><![CDATA[vite dashboard]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wallet dashboard]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/</guid>

					<description><![CDATA[<p>Namaa &#8211; Money Management Dashboard (React + Vite + TypeScript) Welcome to Namaa — a modern, fully typed, and scalable React + Vite + TypeScript dashboard template designed for financial and money management applications. Technical Overview Framework: React 19 with Vite (fast build tool and dev server) Language: TypeScript for strict type safety and better</p>
<p>The post <a href="https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/">Namaa – Money Management App Dashboard React Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1 id="item-description__namaa-money-management-dashboard-react-vite-typescript">Namaa &#8211; Money Management Dashboard (React + Vite + TypeScript)</h1>
<p>
        Welcome to <strong>Namaa</strong> — a modern, fully typed, and scalable<br />
        <strong>React + Vite + TypeScript</strong> dashboard template designed for<br />
        financial and money management applications.
    </p>
<h2 id="item-description__technical-overview">Technical Overview</h2>
<ul>
<li><strong>Framework:</strong> React 19 with Vite (fast build tool and dev server)</li>
<li><strong>Language:</strong> TypeScript for strict type safety and better developer experience</li>
<li><strong>UI Library:</strong> Shadcn/UI (Radix primitives + Tailwind)</li>
<li><strong>Styling:</strong> Tailwind CSS (with CSS variables and theme configuration)</li>
<li><strong>State Management:</strong> Context API (ThemeProvider, SidebarProvider)</li>
<li><strong>Data Visualization:</strong> Recharts for interactive and themed financial charts</li>
<li><strong>Linting &#038; Formatting:</strong> ESLint + Prettier (TypeScript rules enforced)</li>
<li><strong>Routing:</strong> React Router DOM with nested routes &#038; layout grouping</li>
</ul>
<h2 id="item-description__routing-process">Routing Process</h2>
<p>
            Namaa React uses <strong>React Router DOM v7</strong> for client-side routing. Here&#8217;s how the routing<br />
            process works:
        </p>
<ol>
<li><strong>Route Configuration:</strong> All routes are defined in <code>src/App.tsx</code> using React<br />
                Router&#8217;s <code>Routes</code> and <code>Route</code> components. The <code>BrowserRouter</code> wraps the<br />
                entire application to enable client-side routing without page reloads.</li>
<li><strong>Layout Wrapping:</strong> The <code>RootLayout</code> component wraps all routes, providing<br />
                consistent header, sidebar, and footer across all pages. This ensures a unified user experience without<br />
                repeating layout code.</li>
<li><strong>Nested Routes:</strong> Documentation pages use nested routing. The <code>/docs</code> route<br />
                renders the <code>Docs</code> component, which contains an <code>Outlet</code> that displays child<br />
                routes like <code>/docs/introduction</code> or <code>/docs/installation</code>.</li>
<li><strong>Navigation:</strong> Navigation happens via <code>Link</code> components or programmatically<br />
                using <code>useNavigate()</code> hook. React Router handles URL changes without full page reloads,<br />
                providing a smooth Single Page Application (SPA) experience.</li>
<li><strong>Route Matching:</strong> When a URL is accessed, React Router matches it against defined routes<br />
                and renders the corresponding component. The <code>useLocation</code> hook provides the current route<br />
                information for active state management in navigation menus.</li>
</ol>
<p>
            <strong>Example Flow:</strong> User clicks a link → React Router matches the URL → Component renders →<br />
            Layout wraps the content → Page displays with navigation active state.
        </p>
<h2 id="item-description__modern-design-amp-user-interface">Modern Design &#038; User Interface</h2>
<ul>
<li><strong>Responsive Layouts:</strong> Adaptive sidebar and header navigation for desktop &#038; mobile.</li>
<li><strong>Dark Mode:</strong> Automatic and toggle-based dark/light theme support.</li>
<li><strong>Custom Theme Colors:</strong> Uses <code>--primary</code> and <code>--chart-n</code> CSS<br />
                variables linked to user-selected themes.</li>
<li><strong>Typography:</strong> Configurable via Tailwind config or global CSS variables.</li>
<li><strong>Type-Safe Components:</strong> All components use TypeScript props and interfaces for clarity<br />
                and IDE autocompletion.</li>
</ul>
<h2 id="item-description__core-components-amp-modules">Core Components &#038; Modules</h2>
<p>
            The dashboard ships with modular and reusable TypeScript components, organized by domain:
        </p>
<h3 id="item-description__dashboard-components">Dashboard Components</h3>
<ul>
<li><code>BalanceOverview.tsx</code> &#8211; Displays total balance and net worth</li>
<li><code>BudgetPerformance.tsx</code> &#8211; Shows performance of budget allocations with charts</li>
<li><code>RecentTransactions.tsx</code> &#8211; Displays transaction list with filters and status tags</li>
<li><code>QuickLinks.tsx</code> &#8211; Configurable buttons for frequent actions</li>
<li><code>StatisticsCards.tsx</code> &#8211; Typed reusable metric cards with animated values</li>
</ul>
<h3 id="item-description__financial-modules">Financial Modules</h3>
<ul>
<li><strong>Accounts:</strong> Manage and view connected accounts (<code>AccountSummary</code>,<br />
                <code>LinkedAccounts</code>, <code>AddAccountDialog</code>)
            </li>
<li><strong>Budget:</strong> Plan and track spending (<code>BudgetCategories</code>,<br />
                <code>BudgetAnalysis</code>, <code>AddCategoryDialog</code>)
            </li>
<li><strong>Expenses:</strong> Handle transactions (<code>AddTransactionDialog</code>,<br />
                <code>TransactionsList</code>, <code>TransactionFilters</code>)
            </li>
<li><strong>Savings:</strong> Set and monitor savings goals (<code>SavingsGoalsList</code>,<br />
                <code>AddSavingsGoalDialog</code>)
            </li>
<li><strong>Reports:</strong> Analyze financial data (<code>ExpensesByCategory</code>,<br />
                <code>IncomeVsExpenses</code>, <code>MonthlyTrends</code>)
            </li>
</ul>
<h2 id="item-description__customization-amp-developer-experience">Customization &#038; Developer Experience</h2>
<ul>
<li><strong>TypeScript Safety:</strong> Strictly typed props, API responses, and utility functions</li>
<li><strong>Tailwind CSS:</strong> Utility-first design with theme color variables (light/dark mode aware)
            </li>
<li><strong>Shadcn/UI:</strong> Pre-styled and accessible components with easy overrides</li>
<li><strong>Theme Provider:</strong> Controls color scheme, direction, and layout from a single context</li>
<li><strong>Dynamic Charts:</strong> Chart colors auto-adjust based on theme primary color</li>
<li><strong>Reusable Utilities:</strong> Includes <code>cn()</code> helper for class merging and<br />
                <code>formatCurrency()</code> for number formatting
            </li>
</ul>
<h2 id="item-description__accessibility-amp-performance">Accessibility &#038; Performance</h2>
<ul>
<li><strong>ARIA-compliant UI:</strong> Built with Radix primitives ensuring accessibility by default</li>
<li><strong>Semantic HTML:</strong> Improved SEO and screen-reader support</li>
<li><strong>Fast Development:</strong> Vite&#8217;s lightning-fast HMR (Hot Module Replacement) for instant<br />
                updates</li>
<li><strong>Optimized Builds:</strong> Vite&#8217;s optimized production builds with tree-shaking and code<br />
                splitting</li>
<li><strong>Client-Side Rendering:</strong> Fast initial load with efficient React hydration</li>
<li><strong>Type-safe Data:</strong> Consistent API response types and validation</li>
</ul>
<p>    &lt;main&gt;<br />
        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__dashboard-amp-overview">Dashboard &#038; Overview</h2>
<p>Our intuitive dashboard provides a complete overview of your financial health at a glance.</p>
<h4 id="item-description__financial-summary">Financial Summary</h4>
<p>View your total assets, expenses, income, and savings in one place with visual representations of<br />
                        your financial status.</p>
<h4 id="item-description__quick-actions">Quick Actions</h4>
<p>Perform common tasks like adding money, sending payments, or paying bills directly from the<br />
                        dashboard.</p>
<h4 id="item-description__recent-transactions">Recent Transactions</h4>
<p>See your latest financial activities with detailed transaction history and filtering options.</p>
<h4 id="item-description__wallet-overview">Wallet Overview</h4>
<p>Monitor all your accounts and wallets with real-time balance updates and quick access to details.
                    </p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__wallet-management">Wallet Management</h2>
<p>Comprehensive tools to manage multiple financial accounts and wallets in one place.</p>
<h4 id="item-description__multiple-wallet-support">Multiple Wallet Support</h4>
<p>Create and manage different wallets for various purposes (savings, emergency funds, travel,<br />
                        investments).</p>
<h4 id="item-description__money-transfers">Money Transfers</h4>
<p>Easily transfer funds between your wallets or send money to other users and external accounts.
                    </p>
<h4 id="item-description__transaction-history">Transaction History</h4>
<p>Detailed logs of all transactions with advanced filtering and search capabilities.</p>
<h4 id="item-description__currency-support">Currency Support</h4>
<p>Manage wallets in different currencies with automatic conversion and exchange rate tracking.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__budget-management">Budget Management</h2>
<p>Powerful budgeting tools to help you plan and track your spending.</p>
<h4 id="item-description__budget-categories">Budget Categories</h4>
<p>Create custom budget categories and allocate funds to track spending across different areas.</p>
<h4 id="item-description__spending-limits">Spending Limits</h4>
<p>Set monthly or weekly spending limits with alerts when you approach or exceed your budget.</p>
<h4 id="item-description__budget-calendar">Budget Calendar</h4>
<p>Visualize your spending patterns throughout the month with an interactive calendar view.</p>
<h4 id="item-description__budget-insights">Budget Insights</h4>
<p>Receive personalized insights and recommendations to improve your budgeting habits.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__bill-management">Bill Management</h2>
<p>Never miss a payment with our comprehensive bill tracking and payment system.</p>
<h4 id="item-description__bill-tracking">Bill Tracking</h4>
<p>Track upcoming, recurring, and paid bills with due date reminders and payment status.</p>
<h4 id="item-description__recurring-bills">Recurring Bills</h4>
<p>Set up automatic tracking for monthly subscriptions and recurring expenses.</p>
<h4 id="item-description__bill-payment">Bill Payment</h4>
<p>Pay bills directly through the platform with secure payment processing.</p>
<h4 id="item-description__spending-analysis">Spending Analysis</h4>
<p>Analyze your bill payments by category with detailed charts and breakdowns.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__financial-goals">Financial Goals</h2>
<p>Set, track, and achieve your financial goals with our goal management system.</p>
<h4 id="item-description__goal-creation">Goal Creation</h4>
<p>Create custom financial goals with target amounts, deadlines, and contribution plans.</p>
<h4 id="item-description__progress-tracking">Progress Tracking</h4>
<p>Monitor your progress toward goals with visual progress bars and percentage tracking.</p>
<h4 id="item-description__goal-categories">Goal Categories</h4>
<p>Organize goals by category (savings, major purchases, travel, education, etc.).</p>
<h4 id="item-description__goal-insights">Goal Insights</h4>
<p>Receive recommendations and projections to help you reach your goals faster.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__reports-amp-analytics">Reports &#038; Analytics</h2>
<p>Gain valuable insights into your financial behavior with comprehensive reports.</p>
<h4 id="item-description__income-amp-expense-reports">Income &#038; Expense Reports</h4>
<p>Detailed breakdowns of your income sources and expense categories over time.</p>
<h4 id="item-description__spending-trends">Spending Trends</h4>
<p>Visualize your spending patterns with interactive charts and graphs.</p>
<h4 id="item-description__savings-analysis">Savings Analysis</h4>
<p>Track your saving rate and growth over time with projections for future savings.</p>
<h4 id="item-description__export-options">Export Options</h4>
<p>Export reports in various formats for tax purposes or external analysis.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__security-amp-personalization">Security &#038; Personalization</h2>
<p>Keep your financial data secure while customizing the platform to your preferences.</p>
<h4 id="item-description__secure-authentication">Secure Authentication</h4>
<p>Multi-factor authentication and secure login options to protect your financial data.</p>
<h4 id="item-description__theme-customization">Theme Customization</h4>
<p>Personalize the interface with custom color themes, light/dark mode, and layout options.</p>
<h4 id="item-description__notification-preferences">Notification Preferences</h4>
<p>Configure alerts and notifications based on your preferences and priorities.</p>
<h4 id="item-description__account-settings">Account Settings</h4>
<p>Manage your profile, security settings, and connected accounts in one place.</p>
<p>        &lt;/section&gt;<br />
    &lt;/main&gt;</p>
<p>    &lt;footer&gt;</p>
<p>© 2023 TrendyCoder. All rights reserved.</p>
<p>For more information, contact our dev team. <a href="mailto:trendycoder.com@gmail.com">trendycoder.com@gmail.com</a></p>
<p>    &lt;/footer&gt;</p><p>The post <a href="https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/">Namaa – Money Management App Dashboard React Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NioBoard &#8211; Bootstrap HTML Admin Dashboard Template</title>
		<link>https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/</link>
					<comments>https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 14:33:11 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin template]]></category>
		<category><![CDATA[admin theme]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[bootstrap 5]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[modern admin dashboard]]></category>
		<category><![CDATA[nio]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[responsive]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/</guid>

					<description><![CDATA[<p>NioBoard &#8211; Bootstrap 5 HTML Responsive Admin Dashboard Template Softnio introducing a powerful admin dashboard template that especially build for developers and programmers. NioBoard comes with all kind of components, necessary elements and fully flexible user-friendly and responsive template that looks great on Desktops, Tablets, and Mobile Devices. NioBoard is built with Bootstrap 5, HTML5,</p>
<p>The post <a href="https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/">NioBoard – Bootstrap HTML Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s1.jpg" alt="NioBoard - Admin Dashboard Template" /></a></p>
<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s2.jpg" alt="NioBoard - Responsive Template" /></a></p>
<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s3.jpg" alt="NioBoard - Dashboard Template" /></a></p>
<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s4.jpg" alt="NioBoard - Bootstrap Template" /></a></p>
<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s5.jpg" alt="NioBoard - Multipurpose Dashboard Template" /></a></p>
<p><a href="https://nioboard.themenio.com/" rel="nofollow"><img decoding="async" src="https://cdn.themenio.com/ads/nioboard-s6.jpg" alt="NioBoard - Prebuilt Pages and Application" /></a></p>
<h2 id="item-description__nioboard-bootstrap-5-html-responsive-admin-dashboard-template"><strong>NioBoard</strong> &#8211; Bootstrap 5 HTML Responsive Admin Dashboard Template</h2>
<p><strong>Softnio</strong> introducing a powerful admin dashboard template that especially build for developers and programmers. <strong>NioBoard</strong> comes with all kind of components, necessary elements and fully flexible user-friendly and responsive template that looks great on Desktops, Tablets, and Mobile Devices. NioBoard is built with Bootstrap 5, HTML5, CSS3, Vanilla Js and SCSS. It includes 5 pre-built dashboard templates <strong> (Project Management, eCommerce, Web Analytics, Marketing, NFT Marketplace) </strong> with organized folder structure, clean &#038; commented code. </p>
<p>Nioboard also includes standard application layout such as <strong>Chats, Mailbox, Calendar, Kanban Board</strong> application. This helps you to create your application stress free and quickly.</p>
<h3 id="item-description__nionoard-dashboard-template-features">NioNoard &#8211; Dashboard Template Features</h3>
<ul>
<li>5 Pre-build dashboard templates</li>
<li>Register, Login, Reset password &#038; Error Pages</li>
<li>Build with Bootstrap 5, SASS, CSS, &#038; JavaScript</li>
<li>Calendar, Mailbox, Chats, Kanban apps</li>
<li>Nice layout for user profile and user details page</li>
<li>Cross-browser compatibility</li>
<li>Fully Responsive Design</li>
<li>Handmade custom icons.</li>
<li>Neat, clean and simple design</li>
<li>W3C Validated HTML Pages</li>
<li>Advanced Form Elements</li>
<li>Gulp Based Workflow</li>
<li>Fast &#038; Dedicated Support</li>
<li>Easy to Customize with SCSS Variables</li>
<li>Lifetime Free Updates</li>
<li>And many more features available</li>
</ul>
<h3 id="item-description__what-do-you-get">What do you get?</h3>
<ul>
<li>All HTML Template files</li>
<li>Gulp Package &#038; SCSS source file</li>
<li>Documentation/guide file</li>
</ul>
<h3 id="item-description__supports">Supports</h3>
<p>We provide support free for first 6 months from purchase date. We try to answer all questions within 24 hours in weekdays. Support requests receive during weekends or public holidays will be processed on next business day. Contact us via our <a href="https://support.softnio.com/" rel="nofollow">support center</a>.</p>
<h3 id="item-description__sources-and-credits">Sources and Credits</h3>
<p><strong>Framework</strong><br />
Bootstrap v5
</p>
<p><strong>Common Javascript Plugins</strong><br />
Bootstrap 5, Chart JS, Fullcalendar, jKanban, Quill JS, TinyMCE, noUiSlider, Simple-DataTables, simplebar, Sweetalert2, Choices.js, Clipboard JS, DropZone, Vanilla JS Datepicker, Pure knob, PristineJS
</p>
<p><strong>Fonts</strong><br />
Manrope (Google Fonts), Roboto (Google Fonts), Nioicon (Softnio)</p>
<p><strong>Custom Icons</strong><br />
All custom icons are fully hand-made by Softnio Team.</p>
<h4 id="item-description__changes-log">Changes log</h4>
<pre>
Version - 1.0
Initial Released
</pre><p>The post <a href="https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/">NioBoard – Bootstrap HTML Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/nioboard-bootstrap-html-admin-dashboard-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>StrikingDash &#8211; Vue Admin Dashboard Template</title>
		<link>https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/</link>
					<comments>https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 07 Jun 2021 13:23:49 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin template]]></category>
		<category><![CDATA[antd vue]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[startup dashboard]]></category>
		<category><![CDATA[strikingdash]]></category>
		<category><![CDATA[strikingdash vue]]></category>
		<category><![CDATA[vue]]></category>
		<category><![CDATA[vue 3 admin]]></category>
		<category><![CDATA[vue admin]]></category>
		<category><![CDATA[vue template]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/</guid>

					<description><![CDATA[<p>StrikingDash is a feature-rich Vue3 admin template and component library. With hundreds of ready to use components &#038; 3 custom app. With our rich component library, the possibilities are limitless. The theme includes beautiful dashboard, many ready to use hand crafted components, widgets, pages, etc. The components can be used very easily on any page.</p>
<p>The post <a href="https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/">StrikingDash – Vue Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://themeforest.net/item/strikingdash-react-admin-dashboard-template/28680325"><img decoding="async" src="https://demo.jsnorm.com/banner/react-version.png" alt="StrikingDash - Vue Admin Dashboard Template - 1" /></a><br />
<a href="https://themeforest.net/item/strikingdash-laravel-html-admin-dashboard-template/30126173"><img decoding="async" src="https://demo.jsnorm.com/banner/laravel-version.png" alt="StrikingDash - Vue Admin Dashboard Template - 2" /></a><br />
<a href="https://themeforest.net/item/strikingdash-html-admin-dashboard-template/29123894"><img decoding="async" src="https://demo.jsnorm.com/banner/html-version.png" alt="StrikingDash - Vue Admin Dashboard Template - 3" /></a></p>
<p>
    StrikingDash is a feature-rich Vue3 admin template and<br />
    component library. With hundreds of ready to use<br />
    components &#038; 3 custom app. With our rich component<br />
    library, the possibilities are limitless. The theme<br />
    includes beautiful dashboard, many ready to use hand<br />
    crafted components, widgets, pages, etc. The components<br />
    can be used very easily on any page. The theme is fully<br />
    responsive and customizable.
    </p>
<p>
    It&#8217;s a powerful and super flexible, which suits best for<br />
    web applications including CRM, CMS, Admin Panels,<br />
    Dashboards, etc. It is fully responsive, which means<br />
    that it looks perfect on mobiles and tablets. Also, we<br />
    tried to implement this by keeping the concept of<br />
    modularity in mind, this enables you to reduce the<br />
    development time and cost.
    </p>
<p><img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/01.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/02.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/03.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/04.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/05.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/06.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/07.png" alt="" /><br />
<img decoding="async" src="https://demo.jsnorm.com/vue/strikingdash-presentation/08.png" alt="" /><br />
</p>
<h3 id="item-description__changelog">Changelog</h3>
<pre>
-- 01.06.2021 (Version 1.1.0)
======================
-- Initial Release
</pre>
<h2 id="item-description__features">Features</h2>
<p>
Striking Dash contains increadible features listed<br />
below.
</p>
<ul>
<li> Build On latest Vue</li>
<li> Modern Design</li>
<li> Fully Responsive Design</li>
<li> HTML5 &#038; CSS3</li>
<li> Styled Components</li>
<li> Ant Design</li>
<li> Firebase with APIs</li>
<li> Vue Composition API</li>
<li> Vuex</li>
<li> Clean Code</li>
<li> Eslint validated</li>
<li> Prop validated</li>
<li> Code Splitting</li>
<li> Async Loading</li>
<li> Performance</li>
<li> Simplicity</li>
<li> Supporting CSS, JS files</li>
<li> Axios with Clean api structure</li>
<li> Authentication System</li>
<li> 6 Home Page</li>
<li> Mail Apps</li>
<li> Chat Apps</li>
<li> Ecommerce Apps</li>
<li> To-do App</li>
<li> Note App</li>
<li> Contact App</li>
<li> Social App</li>
<li> Calendar App</li>
<li> Kanban Board App</li>
<li> Import &#038; Export App</li>
<li> Task App</li>
<li> Project</li>
<li> Users</li>
<li> 180+ Components</li>
<li> 65+ Pages</li>
<li> Profile</li>
<li> Feather Icons</li>
<li> Font Awesome Icons</li>
<li> antd Icons</li>
<li> Chartjs</li>
<li> Google Charts</li>
<li> Apex Charts</li>
<li> Google Maps</li>
<li> Openstreet Maps (Leaflet)</li>
<li> Vector Maps</li>
<li> RTL Ready</li>
<li> Top Menu</li>
<li> Dark Mode</li>
<li> Crossbrowser Compatible with IE10+, Firefox, Safari,<br />
    Opera, Chrome
</li>
</ul>
<p>Note: All images are used for real experience view &#038; demo purposes and are not included in the final purchase. We have used images from different sources.</p><p>The post <a href="https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/">StrikingDash – Vue Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/strikingdash-vue-admin-dashboard-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Glare &#8211; Soft Bootstrap Admin Dashboard</title>
		<link>https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/</link>
					<comments>https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 12:49:13 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin template]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[saas admin]]></category>
		<category><![CDATA[saas Dashboard kit]]></category>
		<category><![CDATA[startup dashboard]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/</guid>

					<description><![CDATA[<p>Glare &#8211; Soft Bootstrap Admin Dashboard Glare is glass based design is intended for any companies who are looking to build their dashboard with soft design. It is a modern and versatile dashboard with various ready-to-use apps and utility pages. It consists of the most impressive pages like auth module, error pages and dashboard page.</p>
<p>The post <a href="https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/">Glare – Soft Bootstrap Admin Dashboard</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://iqonic.desky.support/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/1.jpg" alt="Glare - Soft Bootstrap Admin Dashboard - 1" /></a><br />
<a href="http://iqonic.design/themes/glare/documentation/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/2.jpg" alt="Glare - Soft Bootstrap Admin Dashboard - 2" /></a><br />
<img decoding="async" src="https://iqonic.design/themeforest-images/3.jpg" alt="Glare - Soft Bootstrap Admin Dashboard - 3" /><br />
<a href="http://iqonic.design/newsletter.html" rel="nofollow"><img decoding="async" src="http://iqonic.design/themeforest-images/4a.jpg" alt="Glare - Soft Bootstrap Admin Dashboard - 4" /></a></p>
<h2 id="item-description__glare-soft-bootstrap-admin-dashboard">Glare &#8211; Soft Bootstrap Admin Dashboard</h2>
<p>Glare is glass based design is intended for any companies who are looking to build their dashboard with soft design. It is a modern and versatile dashboard with various ready-to-use apps and utility pages. It consists of the most impressive pages like auth module, error pages and dashboard page.</p>
<p>Glare is a messaging-based template design and super clean looks will make your backend app looks beautiful and elegant. Your Glare works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__technologies-used"><strong>Technologies used</strong></h2>
<ul>
<li>SASS</li>
<li>Gulp</li>
<li>Handlebars</li>
</ul>
<h2 id="item-description__demos-included-in-the-package"><strong>Demos included in the package</strong></h2>
<ul>
<li>2 Dashboard Page</li>
</ul>
<h2 id="item-description__pages"><strong>Pages</strong></h2>
<ul>
<li>Register page</li>
<li>Login page </li>
<li>Error 404 </li>
<li>Error 500 </li>
<li> Maintenance page</li>
</ul>
<h2 id="item-description__adding-to-all-this-enjoy-a-lifetime-free-updates">Enjoy a lifetime FREE updates!</h2>
<p>We are constantly working to make your experience better with every updates. Get all the latest updates absolutely FREE</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>Built with HTML, Sass, Handlebars (HBS), Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>UI Element and Charts Module</li>
<li>Easy To Customise</li>
<li>Unique, Clean and Modern Design</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimisation</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h2 id="item-description__you-might-also-like-to-checkout-our-highly-popular-templates-collection"><strong>You might also like to checkout our highly popular templates <a href="https://themeforest.net/collections/8266104-best-admin-dashboards-2021">collection</a>.</strong></h2>
<h2 id="item-description__like-this">LIKE THIS?</h2>
<p>We love making dashboard designs. This is one of the many we have launched and are working on. Stay informed about what we will be our next BIG release and receive exclusive previews and discounts on our premium themes or templates, <a href="http://iqonic.design/newsletter.html" rel="nofollow">subscribe here</a>. We promise, you won&#8217;t spam you. </p>
</p>
<h2 id="item-description__please-rate-us"><strong>Please rate us <img decoding="async" src="/images/smileys/grin.png" alt=":grin:" title=":grin:" /></strong></h2>
<p>Love Glare Dashboard? Please give us stars and share your love in reviews</p>
<h3 id="item-description__refund-policy">Refund Policy</h3>
<ul>
<li>We don&#8217;t offer a refund. (If the item is downloaded)</li>
<li>Please read the description and compatibility content thoroughly before purchasing as we don&#8217;t offer a refund if you buy it by mistake.</li>
</ul>
<h3 id="item-description__support-amp-assistance">Support &#038; Assistance</h3>
<p>Faced a problem? Need assistance with the product? No worries &#8211; our customer support team is always ready to help you.</p>
<h4 id="item-description__please-raise-a-ticket-here-at-https-iqonic-desky-support"><strong>Please raise a ticket here at <a href="https://iqonic.desky.support/" rel="nofollow">https://iqonic.desky.support/</a></strong></h4>
<blockquote>
<ul>
<li>Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).</li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
<li>Have pre-sales questions or concerns, please write to us via our <a href="https://iqonic.design/contact/" rel="nofollow"> website contact page</a></li>
<li>If you like our product and support then please drop a rate and write a review at: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
</ul>
</blockquote>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-template-package-consist-of">NOTE : Images used in demo are for reference only. Template package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__changelog">Changelog</h2>
<h5 id="item-description__version-1-0-0-14th-april-2021">Version 1.0.0 &#8211; 14th April 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/">Glare – Soft Bootstrap Admin Dashboard</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/glare-soft-bootstrap-admin-dashboard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Skycall &#124; Communication Admin Template</title>
		<link>https://mastertemplate.com/skycall-communication-admin-template/</link>
					<comments>https://mastertemplate.com/skycall-communication-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 12 Apr 2021 12:46:57 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[chat admin]]></category>
		<category><![CDATA[Chat Dashboard]]></category>
		<category><![CDATA[chat starter kit]]></category>
		<category><![CDATA[communication dashboard]]></category>
		<category><![CDATA[glup dashboard]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[listing dashboard]]></category>
		<category><![CDATA[messaging dashboard]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[sass kit]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/skycall-communication-admin-template/</guid>

					<description><![CDATA[<p>Skycall- Chat Communication Web APP Skycall is unique and comprehensive design is intended for any companies who are looking to build their own chat communication tool. Skycall stands out with its uniquely designed utility demos like messaging based template and so on.. It is a modern and versatile dashboard with various ready-to-use apps and utility</p>
<p>The post <a href="https://mastertemplate.com/skycall-communication-admin-template/">Skycall | Communication Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://iqonic.desky.support/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/1.jpg" alt="Skyper | Communication Tool Admin Template - 1" /></a><br />
<a href="http://iqonic.design/themes/skycall/documentation/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/2.jpg" alt="Skyper | Communication Tool Admin Template - 2" /></a><br />
<img decoding="async" src="https://iqonic.design/themeforest-images/3.jpg" alt="Skyper | Communication Tool Admin Template - 3" /><br />
<a href="http://iqonic.design/newsletter.html" rel="nofollow"><img decoding="async" src="http://iqonic.design/themeforest-images/4a.jpg" alt="Skyper | Communication Tool Admin Template - 4" /></a></p>
<h2 id="item-description__skycall-chat-communication-web-app">Skycall- Chat Communication Web APP</h2>
<p>Skycall is unique and comprehensive design is intended for any companies who are looking to build their own chat communication tool. Skycall stands out with its uniquely designed utility demos like <strong>messaging based template and so on.</strong>. It is a modern and versatile dashboard with various ready-to-use apps and utility pages. It consists of the most impressive pages like auth module, error pages and chat page.</p>
<p>Skycall is a messaging-based template design and super clean looks will make your backend app looks beautiful and elegant. Your Skycall works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__technologies-used"><strong>Technologies used</strong></h2>
<ul>
<li>SASS</li>
<li>Gulp</li>
<li>Handlebars</li>
</ul>
<h2 id="item-description__demos-included-in-the-package"><strong>Demos included in the package</strong></h2>
<ul>
<li>Chat Window Page</li>
<li>User List Page</li>
<li>Notification Page</li>
<li>Form Page</li>
</ul>
<h2 id="item-description__pages"><strong>Pages</strong></h2>
<ul>
<li>Register page</li>
<li>Login page </li>
<li>Error 404 </li>
<li>Error 500 </li>
<li> Maintenance page</li>
</ul>
<h2 id="item-description__adding-to-all-this-enjoy-a-lifetime-free-updates">Enjoy a lifetime FREE updates!</h2>
<p>We are constantly working to make your experience better with every updates. Get all the latest updates absolutely FREE</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>Built with HTML, Sass, Handlebars (HBS), Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>UI Element and Charts Module</li>
<li>Easy To Customise</li>
<li>Unique, Clean and Modern Design</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimisation</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h2 id="item-description__you-might-also-like-to-checkout-our-highly-popular-templates-collection"><strong>You might also like to checkout our highly popular templates <a href="https://themeforest.net/collections/8266104-best-admin-dashboards-2021">collection</a>.</strong></h2>
<h2 id="item-description__like-this">LIKE THIS?</h2>
<p>We love making dashboard designs. This is one of the many we have launched and are working on. Stay informed about what we will be our next BIG release and receive exclusive previews and discounts on our premium themes or templates, <a href="http://iqonic.design/newsletter.html" rel="nofollow">subscribe here</a>. We promise, you won&#8217;t spam you. </p>
</p>
<h2 id="item-description__please-rate-us"><strong>Please rate us <img decoding="async" src="/images/smileys/grin.png" alt=":grin:" title=":grin:" /></strong></h2>
<p>Love Skycall Dashboard? Please give us stars and share your love in reviews</p>
<h3 id="item-description__refund-policy">Refund Policy</h3>
<ul>
<li>We don&#8217;t offer a refund. (If the item is downloaded)</li>
<li>Please read the description and compatibility content thoroughly before purchasing as we don&#8217;t offer a refund if you buy it by mistake.</li>
</ul>
<h3 id="item-description__support-amp-assistance">Support &#038; Assistance</h3>
<p>Faced a problem? Need assistance with the product? No worries &#8211; our customer support team is always ready to help you.</p>
<h4 id="item-description__please-raise-a-ticket-here-at-https-iqonic-desky-support"><strong>Please raise a ticket here at <a href="https://iqonic.desky.support/" rel="nofollow">https://iqonic.desky.support/</a></strong></h4>
<blockquote>
<ul>
<li>Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).</li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
<li>Have pre-sales questions or concerns, please write to us via our <a href="https://iqonic.design/contact/" rel="nofollow"> website contact page</a></li>
<li>If you like our product and support then please drop a rate and write a review at: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
</ul>
</blockquote>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-template-package-consist-of">NOTE : Images used in demo are for reference only. Template package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__changelog">Changelog</h2>
<h5 id="item-description__version-1-0-0-30th-march-2021">Version 1.0.0 &#8211; 30th March 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/skycall-communication-admin-template/">Skycall | Communication Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/skycall-communication-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Airmin &#124; Clean HTML SCSS Admin Template</title>
		<link>https://mastertemplate.com/airmin-clean-html-scss-admin-template/</link>
					<comments>https://mastertemplate.com/airmin-clean-html-scss-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 26 Mar 2021 18:34:25 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin template]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[project kit]]></category>
		<category><![CDATA[saas Dashboard kit]]></category>
		<category><![CDATA[scss gulp admin]]></category>
		<category><![CDATA[startup dashboard]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/airmin-clean-html-scss-admin-template/</guid>

					<description><![CDATA[<p>Airmin is a clean and modern Admin UI Template for your next web application project. This web template will save you a ton of time and money. Airmin shines with its clean but practical Pages. Its design and looks will make your project look beautiful and elegant. It works seamlessly on all major web browsers,</p>
<p>The post <a href="https://mastertemplate.com/airmin-clean-html-scss-admin-template/">Airmin | Clean HTML SCSS Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://support.meetmighty.com/" rel="nofollow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/support.png" alt="Airmin | Clean Admin Template - 1" /></a><br />
<a href="https://meetmighty.com/dashboards/airmin/documentation/index.html" rel="nofollow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/documentation.png" alt="Airmin | Clean Admin Template - 2" /></a><br />
<img decoding="async" src="http://meetmighty.com/mighty-images/general/change-log.png" alt="Airmin | Clean Admin Template - 3" /><br />
<a href="https://themeforest.net/user/meetmighty/follow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/follow.png" alt="Airmin | Clean Admin Template - 4" /></a><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/vue.jpg" alt="Airmin | Clean Admin Template - 5" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/laravel-soon.jpg" alt="Airmin | Clean Admin Template - 6" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/01.jpg" alt="Airmin | Clean Admin Template - 7" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/02.jpg" alt="Airmin | Clean Admin Template - 8" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/03.jpg" alt="Airmin | Clean Admin Template - 9" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/04.jpg" alt="Airmin | Clean Admin Template - 10" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/05.jpg&quot;" alt="Airmin | Clean Admin Template - 11" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/06.jpg&quot;" alt="Airmin | Clean Admin Template - 12" /><br />
<img decoding="async" src="https://meetmighty.com/dashboards/airmin/long-preview/07.jpg&quot;" alt="Airmin | Clean Admin Template - 13" /></p>
<p>Airmin is a clean and modern Admin UI Template for your next web application project. This web template will save you a ton of time and money. Airmin shines with its clean but practical Pages. Its design and looks will make your project look beautiful and elegant. It works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>UI Element and Charts Module</li>
<li>Easy To Customize</li>
<li>Unique, Clean and Modern Design</li>
<li>Built with HTML, Sass, Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimization</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-product-package-consist-of">NOTE : Images used in demo are for reference only. Product package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h2 id="item-description__support">SUPPORT</h2>
<p><strong>Need Product Support?</strong> — Submit a support ticket at : <a href="https://support.meetmighty.com/" rel="nofollow">https://support.meetmighty.com/</a> </p>
<blockquote>
<ul>
<li>Support requests are addressed on business days from 9:00 to 18:00 (GMT +04.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be auto closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
</ul>
</blockquote>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__change-log">Change log</h2>
<h5 id="item-description__version-1-0-0-23th-march-2021">Version 1.0.0 &#8211; 23th March 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/airmin-clean-html-scss-admin-template/">Airmin | Clean HTML SCSS Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/airmin-clean-html-scss-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Airmin &#124; Clean Admin Template</title>
		<link>https://mastertemplate.com/airmin-clean-admin-template/</link>
					<comments>https://mastertemplate.com/airmin-clean-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 26 Mar 2021 00:33:58 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin template]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[project kit]]></category>
		<category><![CDATA[saas Dashboard kit]]></category>
		<category><![CDATA[scss gulp admin]]></category>
		<category><![CDATA[startup dashboard]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/airmin-clean-admin-template/</guid>

					<description><![CDATA[<p>Airmin is a clean and modern Admin UI Template for your next web application project. This web template will save you a ton of time and money. Airmin shines with its clean but practical Pages. Its design and looks will make your project look beautiful and elegant. It works seamlessly on all major web browsers,</p>
<p>The post <a href="https://mastertemplate.com/airmin-clean-admin-template/">Airmin | Clean Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://support.meetmighty.com/" rel="nofollow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/support.png" alt="Airmin | Clean Admin Template - 1" /></a><br />
<a href="https://meetmighty.com/dashboards/airmin/documentation/index.html" rel="nofollow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/documentation.png" alt="Airmin | Clean Admin Template - 2" /></a><br />
<img decoding="async" src="http://meetmighty.com/mighty-images/general/change-log.png" alt="Airmin | Clean Admin Template - 3" /><br />
<a href="https://themeforest.net/user/meetmighty/follow"><img decoding="async" src="http://meetmighty.com/mighty-images/general/follow.png" alt="Airmin | Clean Admin Template - 4" /></a></p>
<p>Airmin is a clean and modern Admin UI Template for your next web application project. This web template will save you a ton of time and money. Airmin shines with its clean but practical Pages. Its design and looks will make your project look beautiful and elegant. It works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>UI Element and Charts Module</li>
<li>Easy To Customize</li>
<li>Unique, Clean and Modern Design</li>
<li>Built with HTML, Sass, Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimization</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-product-package-consist-of">NOTE : Images used in demo are for reference only. Product package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h2 id="item-description__support">SUPPORT</h2>
<p><strong>Need Product Support?</strong> — Submit a support ticket at : <a href="https://support.meetmighty.com/" rel="nofollow">https://support.meetmighty.com/</a> </p>
<blockquote>
<ul>
<li>Support requests are addressed on business days from 9:00 to 18:00 (GMT +04.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be auto closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
</ul>
</blockquote>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__change-log">Change log</h2>
<h5 id="item-description__version-1-0-0-23th-march-2021">Version 1.0.0 &#8211; 23th March 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/airmin-clean-admin-template/">Airmin | Clean Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/airmin-clean-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>QloudDash &#124; Cloud Service Admin Template</title>
		<link>https://mastertemplate.com/qlouddash-cloud-service-admin-template/</link>
					<comments>https://mastertemplate.com/qlouddash-cloud-service-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 16 Mar 2021 12:24:06 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[deployment dashboard]]></category>
		<category><![CDATA[glup dashboard]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[listing dashboard]]></category>
		<category><![CDATA[marketplace admin]]></category>
		<category><![CDATA[marketplace starter kit]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[sass kit]]></category>
		<category><![CDATA[schedule dashboard]]></category>
		<category><![CDATA[service dashboard]]></category>
		<category><![CDATA[services dashboard]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/qlouddash-cloud-service-admin-template/</guid>

					<description><![CDATA[<p>The Qlouddash Marketplace App Template Qlouddash is like Service-based web template toolkit for for Cloud service and infrastructure providers. Qlouddash stands out with its uniquely designed niche demo pages. It is a modern and versatile dashboard with various ready-to-use apps and utility pages. It consists of the most impressive pages like auth module, error pages</p>
<p>The post <a href="https://mastertemplate.com/qlouddash-cloud-service-admin-template/">QloudDash | Cloud Service Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://iqonic.desky.support/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/1.jpg" alt="QloudDash | Cloud Service Admin Template - 1" /></a><br />
<a href="http://iqonic.design/themes/qlouddash/documentation/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/2.jpg" alt="QloudDash | Cloud Service Admin Template - 2" /></a><br />
<img decoding="async" src="https://iqonic.design/themeforest-images/3.jpg" alt="QloudDash | Cloud Service Admin Template - 3" /><br />
<a href="http://iqonic.design/newsletter.html" rel="nofollow"><img decoding="async" src="http://iqonic.design/themeforest-images/4a.jpg" alt="QloudDash | Cloud Service Admin Template - 4" /></a></p>
<h2 id="item-description__the-qlouddash-marketplace-app-template">The Qlouddash Marketplace App Template</h2>
<p>Qlouddash is like Service-based web template toolkit for  for Cloud service and infrastructure providers. Qlouddash stands out with its uniquely designed niche demo pages. It is a modern and versatile dashboard with various ready-to-use apps and utility pages. It consists of the most impressive pages like auth module, error pages and service list page.</p>
<p>If you are startup or company looking to start cloud infrastructure business like Digitalocean, Amazon Web Service (AWS), Linode, Google Cloud, or Microsoft Azure then this template is a perfect fit for you. Qlouddash&#8217;s design and super clean looks will make your backend app look beautiful and elegant on any device.<br />
Your Qlouddash works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__technologies-used"><strong>Technologies used</strong></h2>
<ul>
<li>SASS</li>
<li>Gulp</li>
<li>Handlebars</li>
</ul>
<h2 id="item-description__demos-included-in-the-package"><strong>Demos included in the package</strong></h2>
<ul>
<li>Services List Page</li>
<li>Domain Page</li>
<li>Form Page</li>
<li>Chart Report Page</li>
</ul>
<h2 id="item-description__pages"><strong>Pages</strong></h2>
<ul>
<li>Register page</li>
<li>Login page </li>
<li>Error 404 </li>
<li>Error 500 </li>
<li> Maintenance page</li>
</ul>
<h2 id="item-description__adding-to-all-this-enjoy-a-lifetime-free-updates">Enjoy a lifetime FREE updates!</h2>
<p>We are constantly working to make your experience better with every updates. Get all the latest updates absolutely FREE</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>Built with HTML, Sass, Handlebars (HBS), Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>UI Element and Charts Module</li>
<li>Easy To Customise</li>
<li>Unique, Clean and Modern Design</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimisation</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h2 id="item-description__you-might-also-like-to-checkout-our-highly-popular-templates-collection"><strong>You might also like to checkout our highly popular templates <a href="https://themeforest.net/collections/8266104-best-admin-dashboards-2021">collection</a>.</strong></h2>
<h2 id="item-description__like-this">LIKE THIS?</h2>
<p>We love making dashboard designs. This is one of the many we have launched and are working on. Stay informed about what we will be our next BIG release and receive exclusive previews and discounts on our premium themes, <a href="http://iqonic.design/newsletter.html" rel="nofollow">subscribe here</a>. We promise, you won&#8217;t spam you. </p>
</p>
<h2 id="item-description__please-rate-us"><strong>Please rate us <img decoding="async" src="/images/smileys/grin.png" alt=":grin:" title=":grin:" /></strong></h2>
<p>Love Qlouddash Dashboard? Please give us stars and share your love in reviews</p>
<h3 id="item-description__refund-policy">Refund Policy</h3>
<ul>
<li>We don&#8217;t offer a refund. (If the item is downloaded)</li>
<li>Please read the description and compatibility content thoroughly before purchasing as we don&#8217;t offer a refund if you buy it by mistake.</li>
</ul>
<h3 id="item-description__support-amp-assistance">Support &#038; Assistance</h3>
<p>Faced a problem? Need assistance with the product? No worries &#8211; our customer support team is always ready to help you.</p>
<h4 id="item-description__please-raise-a-ticket-here-at-https-iqonic-desky-support"><strong>Please raise a ticket here at <a href="https://iqonic.desky.support/" rel="nofollow">https://iqonic.desky.support/</a></strong></h4>
<blockquote>
<ul>
<li>Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).</li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
<li>Have pre-sales questions or concerns, please write to us via our <a href="https://iqonic.design/contact/" rel="nofollow"> website contact page</a></li>
<li>If you like our product and support then please drop a rate and write a review at: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
</ul>
</blockquote>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-theme-package-consist-of">NOTE : Images used in demo are for reference only. Theme package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__changelog">Changelog</h2>
<h5 id="item-description__version-1-0-0-15th-march-2021">Version 1.0.0 &#8211; 15th March 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/qlouddash-cloud-service-admin-template/">QloudDash | Cloud Service Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/qlouddash-cloud-service-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EmailChimp &#8211; Marketing Tool Admin Template</title>
		<link>https://mastertemplate.com/emailchimp-marketing-tool-admin-template/</link>
					<comments>https://mastertemplate.com/emailchimp-marketing-tool-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 12:14:56 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[elastic email dashboard]]></category>
		<category><![CDATA[email management Dashboard]]></category>
		<category><![CDATA[Email marketing dashboard]]></category>
		<category><![CDATA[glup dashboard]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[scss dashboard kit]]></category>
		<category><![CDATA[starter kit]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/emailchimp-marketing-tool-admin-template/</guid>

					<description><![CDATA[<p>EmailChimp is like modern and clean Admin UI Template for creating a Email Marketing Tool &#8211; Webapp. Its purpose designed pages will help you build a beautiful webapplication. Now focus on you logic and leave design worries to this Admin template. It is a modern and versatile dashboard with various ready-to-use pages and integrations. Its</p>
<p>The post <a href="https://mastertemplate.com/emailchimp-marketing-tool-admin-template/">EmailChimp – Marketing Tool Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://iqonic.desky.support/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/1.jpg" alt="EmailChimp - Marketing Tool Admin Template - 1" /></a><br />
<a href="http://iqonic.design/themes/emailchimp/documentation/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/2.jpg" alt="EmailChimp - Marketing Tool Admin Template - 2" /></a><br />
<img decoding="async" src="https://iqonic.design/themeforest-images/3.jpg" alt="EmailChimp - Marketing Tool Admin Template - 3" /><br />
<a href="http://iqonic.design/newsletter.html" rel="nofollow"><img decoding="async" src="http://iqonic.design/themeforest-images/4a.jpg" alt="EmailChimp - Marketing Tool Admin Template - 4" /></a></p>
<p>EmailChimp is like modern and clean Admin UI Template for creating a Email Marketing Tool &#8211; Webapp. Its purpose designed pages will help you build a beautiful webapplication. Now focus on you logic and leave design worries to this Admin template. It is a modern and versatile dashboard with various ready-to-use pages and integrations.<br />
Its design and super clean looks will make your backend app look beautiful and elegant. It works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__technologies-used"><strong>Technologies used</strong></h2>
<ul>
<li>HTML</li>
<li>SASS</li>
<li>Gulp</li>
<li>Handlebars</li>
</ul>
<h2 id="item-description__pages">Pages </h2>
<ul>
<li>Dashboard  </li>
<li>Campaign</li>
<li>Contacts</li>
<li>Forms</li>
<li>Pricing</li>
<li>Email Builder</li>
<li>Login   </li>
<li>Maintenance  </li>
<li>many more..</li>
</ul>
<h2 id="item-description__adding-to-all-this-enjoy-a-lifetime-free-updates">Enjoy a lifetime FREE updates!</h2>
<p>We are constantly working to make your experience better with every updates. Get all the latest updates absolutely FREE</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>Built with HTML, Sass, Handlebars (HBS), Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>UI Element and Charts Module</li>
<li>Easy To Customise</li>
<li>Unique, Clean and Modern Design</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimisation</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h2 id="item-description__you-might-also-like-to-checkout-our-highly-popular-admin-templates-collection"><strong>You might also like to checkout our highly popular Admin Templates <a href="https://themeforest.net/collections/8266104-best-admin-dashboards-2021">collection</a>.</strong></h2>
<h2 id="item-description__like-this">LIKE THIS?</h2>
<p>We love making admin dashboard designs. This is one of the many we have launched and are working on. Stay informed about what we will be our next BIG release and receive exclusive previews and discounts on our premium items, <a href="http://iqonic.design/newsletter.html" rel="nofollow">subscribe here</a>. We promise, you won&#8217;t spam you. </p>
</p>
<h2 id="item-description__please-rate-us"><strong>Please rate us <img decoding="async" src="/images/smileys/grin.png" alt=":grin:" title=":grin:" /></strong></h2>
<p>Love EmailChimp Dashboard? Please give us stars and share your love in reviews</p>
<h3 id="item-description__refund-policy">Refund Policy</h3>
<ul>
<li>We don&#8217;t offer a refund. (If the item is downloaded)</li>
<li>Please read the description and compatibility content thoroughly before purchasing as we don&#8217;t offer a refund if you buy it by mistake.</li>
</ul>
<h3 id="item-description__support-amp-assistance">Support &#038; Assistance</h3>
<p>Faced a problem? Need assistance with the product? No worries &#8211; our customer support team is always ready to help you.</p>
<h4 id="item-description__please-raise-a-ticket-here-at-https-iqonic-desky-support"><strong>Please raise a ticket here at <a href="https://iqonic.desky.support/" rel="nofollow">https://iqonic.desky.support/</a></strong></h4>
<blockquote>
<ul>
<li>Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).</li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
<li>Have pre-sales questions or concerns, please write to us via our <a href="https://iqonic.design/contact/" rel="nofollow"> website contact page</a></li>
<li>If you like our product and support then please drop a rate and write a review at: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
</ul>
</blockquote>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-item-package-consist-of-dummy">NOTE : Images used in demo are for reference only. Item package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__changelog">Changelog</h2>
<h5 id="item-description__version-1-0-0-23th-feb-2021">Version 1.0.0 &#8211; 23th Feb 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/emailchimp-marketing-tool-admin-template/">EmailChimp – Marketing Tool Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/emailchimp-marketing-tool-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>POSDash &#124; Inventory Admin Template</title>
		<link>https://mastertemplate.com/posdash-inventory-admin-template/</link>
					<comments>https://mastertemplate.com/posdash-inventory-admin-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 18:00:31 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[bootstrap 4]]></category>
		<category><![CDATA[document dashboard]]></category>
		<category><![CDATA[Files dashboard]]></category>
		<category><![CDATA[glup dashboard]]></category>
		<category><![CDATA[Inventory management dashboard]]></category>
		<category><![CDATA[note starter kit]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[sales management Dashboard]]></category>
		<category><![CDATA[scss dashboard kit]]></category>
		<category><![CDATA[Stock Dashboard]]></category>
		<category><![CDATA[vuejs note app]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/posdash-inventory-admin-template/</guid>

					<description><![CDATA[<p>POSDash is like modern and clear Admin UI Template for any stock management, sales management, Point of Sales Webapplication. This web template toolkit is for web developers and business entrepreneurs who is creating cloud based inventory and stock management software. POSDash stands out with its uniquely designed utility Pages of Products, Sales, Purchases, Categories, Returns,</p>
<p>The post <a href="https://mastertemplate.com/posdash-inventory-admin-template/">POSDash | Inventory Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://iqonic.desky.support/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/1.jpg" alt="POSDash | Inventory Admin Template - 1" /></a><br />
<a href="http://iqonic.design/themes/posdash/documentation/" rel="nofollow"><img decoding="async" src="https://iqonic.design/themeforest-images/2.jpg" alt="POSDash | Inventory Admin Template - 2" /></a><br />
<img decoding="async" src="https://iqonic.design/themeforest-images/3.jpg" alt="POSDash | Inventory Admin Template - 3" /><br />
<a href="http://iqonic.design/newsletter.html" rel="nofollow"><img decoding="async" src="http://iqonic.design/themeforest-images/4a.jpg" alt="POSDash | Inventory Admin Template - 4" /></a></p>
<p><img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/0.jpg" alt="POSDash | Inventory Admin Template - 5" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/1.jpg" alt="POSDash | Inventory Admin Template - 6" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/2.jpg" alt="POSDash | Inventory Admin Template - 7" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/3.jpg" alt="POSDash | Inventory Admin Template - 8" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/4.jpg" alt="POSDash | Inventory Admin Template - 9" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/5.jpg" alt="POSDash | Inventory Admin Template - 10" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/6.jpg" alt="POSDash | Inventory Admin Template - 11" /><br />
<img decoding="async" src="http://iqonic.design/themes/posdash/long-preview/7.jpg" alt="POSDash | Inventory Admin Template - 12" /></p>
<p>POSDash is like modern and clear Admin UI Template for any stock management, sales management, Point of Sales Webapplication. This web template toolkit is for web developers and business entrepreneurs who is creating cloud based inventory and stock management software. POSDash stands out with its uniquely designed utility Pages of <strong>Products, Sales, Purchases, Categories, Returns, Reports, and many more.</strong> It is a modern and versatile dashboard with various ready-to-use pages.</p>
<p>Its design and super clean looks will make your backend app look beautiful and elegant. It works seamlessly on all major web browsers, tablets, and phones. Each page is fully responsive and retina ready, making your creation look good on any device.</p>
<h2 id="item-description__technologies-used"><strong>Technologies used</strong></h2>
<ul>
<li>HTML</li>
<li>SASS</li>
<li>Gulp</li>
<li>Handlebars</li>
</ul>
<h2 id="item-description__adding-to-all-this-enjoy-a-lifetime-free-updates">Enjoy a lifetime FREE updates!</h2>
<p>We are constantly working to make your experience better with every updates. Get all the latest updates absolutely FREE</p>
<h2 id="item-description__template-features">Template Features</h2>
<ul>
<li>Built with HTML, Sass, Handlebars (HBS), Gulp</li>
<li>Clean Code</li>
<li>Hover Effects</li>
<li>Moveable Effect</li>
<li>UI Element and Charts Module</li>
<li>Easy To Customise</li>
<li>Unique, Clean and Modern Design</li>
<li>Fully Responsive</li>
<li>Cross Browser Optimisation</li>
<li>Free Google font and icon used</li>
<li>And much more&#8230;.</li>
</ul>
<h2 id="item-description__you-might-also-like-to-checkout-our-highly-popular-admin-templates-collection"><strong>You might also like to checkout our highly popular Admin Templates <a href="https://themeforest.net/collections/8266104-best-admin-dashboards-2021">collection</a>.</strong></h2>
<h2 id="item-description__like-this">LIKE THIS?</h2>
<p>We love making admin dashboard designs. This is one of the many we have launched and are working on. Stay informed about what we will be our next BIG release and receive exclusive previews and discounts on our premium items, <a href="http://iqonic.design/newsletter.html" rel="nofollow">subscribe here</a>. We promise, you won&#8217;t spam you. </p>
</p>
<h2 id="item-description__please-rate-us"><strong>Please rate us <img decoding="async" src="/images/smileys/grin.png" alt=":grin:" title=":grin:" /></strong></h2>
<p>Love POSDash Dashboard? Please give us stars and share your love in reviews</p>
<h3 id="item-description__refund-policy">Refund Policy</h3>
<ul>
<li>We don&#8217;t offer a refund. (If the item is downloaded)</li>
<li>Please read the description and compatibility content thoroughly before purchasing as we don&#8217;t offer a refund if you buy it by mistake.</li>
</ul>
<h3 id="item-description__support-amp-assistance">Support &#038; Assistance</h3>
<p>Faced a problem? Need assistance with the product? No worries &#8211; our customer support team is always ready to help you.</p>
<h4 id="item-description__please-raise-a-ticket-here-at-https-iqonic-desky-support"><strong>Please raise a ticket here at <a href="https://iqonic.desky.support/" rel="nofollow">https://iqonic.desky.support/</a></strong></h4>
<blockquote>
<ul>
<li>Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.</li>
<li>We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of ThemeForest. You can download it from ThemeForest: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
<li>We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).</li>
<li>If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.</li>
<li>Have pre-sales questions or concerns, please write to us via our <a href="https://iqonic.design/contact/" rel="nofollow"> website contact page</a></li>
<li>If you like our product and support then please drop a rate and write a review at: <a href="https://themeforest.net/downloads">https://themeforest.net/downloads</a></li>
</ul>
</blockquote>
<h4 id="item-description__note-images-used-in-demo-are-for-reference-only-item-package-consist-of-dummy">NOTE : Images used in demo are for reference only. Item package consist of dummy placeholders only </h4>
<h2 id="item-description__images-credits">Images Credits</h2>
<ul>
<li><a href="http://unsplash.com/" rel="nofollow">Unsplash</a></li>
<li><a href="https://pixabay.com/" rel="nofollow">Pixabay</a></li>
<li><a href="https://www.freepik.com/" rel="nofollow">Freepik</a></li>
</ul>
<h3 id="item-description__please-note-live-preview-images-cannot-be-used-directly-in-client-s-live"><strong>Please Note</strong>: Live preview images cannot be used directly in client&#8217;s live project. Those are used for preview purpose only.</h3>
<h2 id="item-description__changelog">Changelog</h2>
<h5 id="item-description__version-1-0-0-4th-feb-2021">Version 1.0.0 &#8211; 4th Feb 2021</h5>
<pre>- Initial release.</pre><p>The post <a href="https://mastertemplate.com/posdash-inventory-admin-template/">POSDash | Inventory Admin Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/posdash-inventory-admin-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
