github developermithu/tallcraftui v1.2.8

latest releases: v2.0.5, v2.0.3, v2.0.2...
14 months ago

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

Don't miss a new tallcraftui release

NewReleases is sending notifications on new releases.