v1.2.8
What's Changed
- Toggle : bug fix 🐛
- Table : new component 🥳🎉
Publish tallcraftui.css
php artisan vendor:publish --tag=tallcraftui-css
Import 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 --force
Clear the view cache by running php artisan view:clear
Full Changelog: v1.2.7...v1.2.8