Skip to content

Commit

Permalink
Merge branch 'release/v1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafizurhimself committed Jul 2, 2023
2 parents bbb7146 + 6393fe8 commit 1164315
Show file tree
Hide file tree
Showing 82 changed files with 6,125 additions and 6,413 deletions.
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2023 Md Mostafiur Rahman.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Overall, **AdminToolkit** is an excellent choice for developers who are looking
- Easily Customizable
- Developer friendly
- Organized codebase
- Well documented

## 📌 Installation

Expand Down Expand Up @@ -59,16 +58,18 @@ yarn build
yarn start
```

## 📌 Documentation
## 📌 Contribution

The documentation for **AdminToolkit** is available [here](./documentation.pdf).
1. Fork the repository
2. Clone the repository
3. Create a new branch `git checkout -b new-branch`
4. Make changes
5. Commit and push the changes
6. Create a pull request

## 📌 Credits
## 📌 License

- [Google Fonts](https://fonts.google.com/)
- [Storyset](https://storyset.com/)
- [Flaticon](https://www.flaticon.com/)
- [Unsplash](https://unsplash.com/)
[MIT](./LICENSE)

## 📌 Todo

Expand Down
Binary file removed documentation.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "vite-multipage-setup",
"name": "admin-toolkit",
"private": true,
"version": "1.0.1",
"license": "MIT",
"version": "1.0.6",
"type": "module",
"license": "MIT",
"author": "Md Mostafizur Rahman",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
Expand Down
30 changes: 16 additions & 14 deletions src/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
28 changes: 15 additions & 13 deletions src/avatar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/badge.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/basic-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down
30 changes: 16 additions & 14 deletions src/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
<!-- Sidebar Starts -->
<aside class="sidebar">
<!-- Sidebar Header Starts -->
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
<a href="/">
<div class="sidebar-header">
<div class="sidebar-logo-icon">
<img src="./images/logo-small.svg" alt="logo" class="h-[45px]" />
</div>

<div class="sidebar-logo-text">
<h1 class="flex text-xl">
<span class="font-bold text-slate-800 dark:text-slate-200"> Admin </span>
<span class="font-semibold text-primary-500">Toolkit</span>
</h1>

<p class="whitespace-nowrap text-xs text-slate-400">Simple &amp; Customizable</p>
</div>
</div>
</div>
</a>
<!-- Sidebar Header Ends -->

<!-- Sidebar Menu Starts -->
Expand Down Expand Up @@ -741,7 +743,7 @@ <h6 class="text-sm font-normal">Your order has been shipped</h6>
<main class="container flex-grow p-4 sm:p-6">
<!-- Page Title Starts -->
<div class="mb-6 flex flex-col justify-between gap-y-1 sm:flex-row sm:gap-y-0">
<h5>Cards</h5>
<h5>Carousel</h5>

<ol class="breadcrumb">
<li class="breadcrumb-item">
Expand Down
Loading

0 comments on commit 1164315

Please sign in to comment.