Premium
Admin One
React Tailwind 3.x admin dashboard template with dark mode. Built with Next.js and TypeScript
This is a pre-release version. We'll align demo with the Vue verison shortly. You'll get an update for free π€©
Updated on April 6, 2023
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"format": "prettier '{components,pages,src,interfaces,hooks}/**/*.{tsx,ts,js}' --write"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@mdi/js": "^7.0.96",
"@reduxjs/toolkit": "^1.8.5",
"chart.js": "^3.9.1",
"formik": "^2.2.9",
"next": "^13.0.4",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/node": "18.7.16",
"@types/numeral": "^2.0.2",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.23.1",
"eslint-config-next": "^13.0.4",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.4",
"postcss-import": "^14.1.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.3.0",
"typescript": "^4.8.3"
}
}
ββ one-react-tailwind-premium
ββ .eslintrc.cjs
ββ LICENSE
ββ README.md
ββ assets
β ββ mc-light-bg.svg
β ββ visa-blue.svg
ββ components
β ββ UpdateMark
ββ package-lock.json
ββ package.json
ββ postcss.config.js
ββ prettier.config.js
ββ public
β ββ data-sources
β β ββ clients.json
β β ββ history.json
β ββ favicon.png
ββ src
β ββ colors.ts
β ββ colorsPremium.js
β ββ components
β β ββ AsideMenu.tsx
β β ββ AsideMenuItem.tsx
β β ββ AsideMenuLayer.tsx
β β ββ AsideMenuList.tsx
β β ββ BaseButton.tsx
β β ββ BaseButtons.tsx
β β ββ BaseDivider.tsx
β β ββ BaseIcon.tsx
β β ββ CardBox.tsx
β β ββ CardBoxClient.tsx
β β ββ CardBoxComponentBody.tsx
β β ββ CardBoxComponentEmpty.tsx
β β ββ CardBoxComponentFooter.tsx
β β ββ CardBoxComponentTitle.tsx
β β ββ CardBoxModal.tsx
β β ββ CardBoxTransaction.tsx
β β ββ CardBoxWidget.tsx
β β ββ ChartLineSample
β β β ββ config.ts
β β β ββ index.tsx
β β ββ FooterBar.tsx
β β ββ FormCheckRadio.tsx
β β ββ FormCheckRadioGroup.tsx
β β ββ FormField.tsx
β β ββ FormFilePicker.tsx
β β ββ IconRounded.tsx
β β ββ JustboilLogo
β β β ββ index.tsx
β β β ββ logoPath.js
β β ββ NavBar.tsx
β β ββ NavBarItem.tsx
β β ββ NavBarItemPlain.tsx
β β ββ NavBarMenuList.tsx
β β ββ NotificationBar.tsx
β β ββ NumberDynamic.tsx
β β ββ OverlayLayer.tsx
β β ββ PillTag.tsx
β β ββ PillTagPlain.tsx
β β ββ PillTagTrend.tsx
β β ββ SectionBanner.tsx
β β ββ SectionBannerStarOnGitHub.tsx
β β ββ SectionFullScreen.tsx
β β ββ SectionMain.tsx
β β ββ SectionTitle.tsx
β β ββ SectionTitleLineWithButton.tsx
β β ββ TableSampleClients.tsx
β β ββ UserAvatar.tsx
β β ββ UserAvatarCurrentUser.tsx
β β ββ UserCard.tsx
β ββ componentsPremium
β β ββ AsideMenu.tsx
β β ββ AsideMenuItem.tsx
β β ββ AsideMenuLayer.tsx
β β ββ AsideMenuList.tsx
β β ββ ButtonMenu.tsx
β β ββ ButtonTextLink.tsx
β β ββ CardBoxAmountItem.tsx
β β ββ CardBoxBillingItem.tsx
β β ββ CardBoxModal.tsx
β β ββ CardBoxPaymentMethod.tsx
β β ββ CardBoxPricing.tsx
β β ββ CardBoxProduct.tsx
β β ββ CreditCardLogo.tsx
β β ββ FormControl.tsx
β β ββ FormControlIcon.tsx
β β ββ FormControlListbox.tsx
β β ββ FormField.tsx
β β ββ FormFieldHelp.tsx
β β ββ SectionBannerProfile.tsx
β β ββ SectionFormScreen.tsx
β β ββ SnackBar.tsx
β β ββ SnackBarItem.tsx
β β ββ TipTag.tsx
β β ββ UpdateMark.tsx
β β ββ UserAvatarCurrentUserWithUpload.tsx
β β ββ UserCard.tsx
β β ββ UserCardProfileNumber.tsx
β ββ config.ts
β ββ css
β β ββ _checkbox-radio-switch.css
β β ββ _progress.css
β β ββ _scrollbars.css
β β ββ _table.css
β β ββ main.css
β β ββ tailwind
β β ββ _base.css
β β ββ _components.css
β β ββ _utilities.css
β ββ hooks
β β ββ sampleData.ts
β ββ interfaces
β β ββ index.ts
β β ββ premium.ts
β ββ menuAside.ts
β ββ menuNavBar.ts
β ββ pages
β β ββ _app.tsx
β β ββ api
β β β ββ hello.js
β β ββ dashboard.tsx
β β ββ error.tsx
β β ββ forms.tsx
β β ββ index.tsx
β β ββ login.tsx
β β ββ premium
β β β ββ pricing.tsx
β β β ββ profile.tsx
β β β ββ styles.tsx
β β β ββ ui.tsx
β β ββ profile.tsx
β β ββ responsive.tsx
β β ββ tables.tsx
β β ββ ui.tsx
β ββ sampleButtonMenuOptions.ts
β ββ stores
β β ββ hooks.ts
β β ββ mainSlice.ts
β β ββ snackBarSlice.ts
β β ββ store.ts
β β ββ styleSlice.ts
β ββ styles.ts
ββ tailwind.config.js
ββ tsconfig.json
Yes. You are free to use any backend with this dashboard.
Feel free to check free admin dashboard version on GitHub
Yes, you can check a purchased item and request a refund within 24 hours (14 days on Extended license)
You can upgrade license whenever you want by just paying the difference.
Drop an email to [email protected]
Free items are simple dashboards with basic stuff. Premium versions are more advanced. Feel free to check the demos!
Free items are licensed under MIT, so you have to keep our copyrights. Premium items allow you to remove copyrights.
Yes, since you add our link to your Readme.md:
Built with JustBoil Admin One Tailwind React TypeScript - https://justboil.me/tailwind-admin-templates/react-dashboard/
Please fill your VAT ID at the invoice page, after your purchase is complete.
In case of any questions, please drop an e-mail to [email protected].
We'll automatically refund the VAT amount paid.
Updated on April 6, 2023
Free returns within 24 hours (14 days on Extended license)
Secure payment by Gumroad, Inc.
Free sample on GitHub