Skip to content

v1.2.8

Compare
Choose a tag to compare
@developermithu developermithu released this 10 Sep 14:14
· 15 commits to main since this release

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