I started a new project as something on the side for work and I noticed it has some decent amount of Flux components. But one I was hoping to use was Flux Pagination (https://fluxui.dev/components/pagination). It doesn't seem to be limited to the Pro tier (paying $300 would be worth it if I keep making Laravel projects though). So I'm wondering how do I get this component? Can I just install Flux following their instructions and have access to this?
If you run the command php artisan flux:publish --all, you'll see what's included in the Livewire starter kit—and the pagination component isn't one of them, even though it's not listed as part of the paid plan on the website. I've noticed that avatar and callout are not there either.
@ctrlaltdelme Well, I just updated Herd installer, and Flux using their command composer update livewire/flux livewire/flux-pro, and Avatar and Callout are now available. However, it's not the case for Pagination . So I presume you can't use this component for now, for some reasons, at least in the free tier.