Download the PHP package liberty-technologies/components without Composer
On this page you can find all versions of the php package liberty-technologies/components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liberty-technologies/components
More information about liberty-technologies/components
Files in liberty-technologies/components
Package components
Short Description Shared components
License MIT
Homepage https://github.com/liberty-technologies/components
Informations about the package components
Shared components
Shared Laravel View Components for Liberty Technologies
Requirements
You must have installed Tailwind 3.0
Installation
You can install the package via composer:
Then, publish the configuration for Blade Icons, uncomment the default icon set, and create the resources/svg directory
Add the components directory to tailwind.config.js content array
"./vendor/liberty-technologies/components/resources/views/**/*.blade.php",
To use the favicon component, you must publish the assets
We recommend adding this command to your update script to keep the favicons up to date.
Optionally, you can publish the views using
Usage
Buttons
Delete
Displays a delete button and asks for confirmation when clicked
Variables
objectfor it will check thedeletepolicy.routethe given route to redirect after confirmation
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Nessim Abadi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
TODO
Add to Readme
Buttons
- [X] Delete
- [ ] Collapse
- [ ] Primary
- [ ] Submit
Card
- [ ] Card
Description List
- [ ] List
- [ ] Item
Header
- [ ] Header
- [ ] Dropdown
- [ ] Dropdown Item
Inputs
- [ ] Text
- [ ] Label
- [ ] Error
Links
- [ ] Create
- [ ] Edit
- [ ] Info
- [ ] Internal
- [ ] External
- [ ] Text
- [ ] View
Sidebar
- [ ] Sidebar
- [ ] Title
- [ ] Item
Table
- [ ] Table
- [ ] Table Row
- [ ] Table Cell Header
- [ ] Table Cell
Misc
- [ ] Errors
- [ ] Footer
- [ ] Spinner
- [ ] Widget
- [ ] Favicons
All versions of components with dependencies
blade-ui-kit/blade-icons Version ^1.8
gehrisandro/tailwind-merge-laravel Version ^1.3
illuminate/contracts Version ^12.0|^13.0
spatie/laravel-package-tools Version ^1.19