What's Changed
- Toggle : bug fix 🐛
- Table : new component 🥳🎉
Publish tallcraftui.css
php artisan vendor:publish --tag=tallcraftui-cssImport tallcraftui.css in the top of app.css
@import "./tallcraftui.css";
@tailwind base;
@tailwind components;
@tailwind utilities;Update Config
php artisan vendor:publish --tag=tallcraftui-config --forceClear the view cache by running php artisan view:clear
Full Changelog: v1.2.7...v1.2.8