Download the PHP package combindma/dash-ui without Composer
On this page you can find all versions of the php package combindma/dash-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download combindma/dash-ui
More information about combindma/dash-ui
Files in combindma/dash-ui
Package dash-ui
Short Description A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.
License MIT
Homepage https://github.com/combindma/dash-ui
Informations about the package dash-ui
UI components library for Laravel Blade, crafted with TailwindCSS and Javascript for simplicity and elegance.
If you ever dreamed of having a Shopify admin, DashUI offers a suite of UI components, all inspired by Shopify Polaris, exclusively crafted with TailwindCSS, Laravel Blade and Javascript. These components are designed for effortless integration and offer various customization options.
About Combind Agency
Combine Agency is a leading web development agency specializing in building innovative and high-performance web applications using modern technologies. Our experienced team of developers, designers, and project managers is dedicated to providing top-notch services tailored to the unique needs of our clients.
If you need assistance with your next project or would like to discuss a custom solution, please feel free to website for more information about our services. Let's build something amazing together!
Demo
Experience DashUI in action by visiting the Demo Project. The demo provides a practical showcase of the DashUI components, allowing you to see how they can be integrated and customized in a real Laravel application.
Installation
You can install the package via composer:
Optionally, if you intend to use Blade Google Material Design Icons as it is the case in the demo, run this command:
We recommend you to enable icon caching using:
Optionally, you can publish the views using:
Setup
1. Installing Tailwind CSS
Install tailwindcss and its peer dependencies via npm.
2. Import Dashui CSS
Import the css files and add the @tailwind and source directives to your ./resources/css/app.css file.
4. Import JavaScript components to your js file
Import the js file to your ./resources/js/app.js file.
5. Update vite config file
Add this to your file vite.config.js
6. Start your build process
Run your build process with
7.Start using Dash UI in your project
Make sure your compiled CSS and Javascript are included in your main layout.
Usage
See the full documentation for all components and how to use them.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Combind
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of dash-ui with dependencies
illuminate/contracts Version ^13.0
spatie/laravel-package-tools Version ^1.14.0