{"id":27145447,"url":"https://github.com/elegantengineeringtech/blade-kit","last_synced_at":"2026-06-12T18:00:49.898Z","repository":{"id":262134302,"uuid":"885900881","full_name":"ElegantEngineeringTech/blade-kit","owner":"ElegantEngineeringTech","description":"Laravel Blade UI kit","archived":false,"fork":false,"pushed_at":"2026-06-08T17:25:50.000Z","size":259,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T18:28:14.929Z","etag":null,"topics":["css","laravel","laravel-blade","tailwindcss","uikit"],"latest_commit_sha":null,"homepage":"https://elegantly.dev","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElegantEngineeringTech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ElegantEngineeringTech"}},"created_at":"2024-11-09T17:31:07.000Z","updated_at":"2026-06-08T17:25:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f754a622-61ed-4b68-b542-3d61f2913f50","html_url":"https://github.com/ElegantEngineeringTech/blade-kit","commit_stats":null,"previous_names":["elegantengineeringtech/blade-kit"],"tags_count":59,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/ElegantEngineeringTech/blade-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElegantEngineeringTech%2Fblade-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElegantEngineeringTech%2Fblade-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElegantEngineeringTech%2Fblade-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElegantEngineeringTech%2Fblade-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElegantEngineeringTech","download_url":"https://codeload.github.com/ElegantEngineeringTech/blade-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElegantEngineeringTech%2Fblade-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34256188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","laravel","laravel-blade","tailwindcss","uikit"],"created_at":"2025-04-08T09:48:21.870Z","updated_at":"2026-06-12T18:00:49.840Z","avatar_url":"https://github.com/ElegantEngineeringTech.png","language":"Blade","funding_links":["https://github.com/sponsors/ElegantEngineeringTech"],"categories":[],"sub_categories":[],"readme":"# Laravel Blade UI Kit\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/elegantly/blade-kit.svg)](https://packagist.org/packages/elegantly/blade-kit)\n[![Total Downloads](https://img.shields.io/packagist/dt/elegantly/blade-kit.svg)](https://packagist.org/packages/elegantly/blade-kit)\n[![Tests](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/run-tests.yml)\n[![Laravel Pint](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/pint.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/pint.yml)\n[![PHPStan](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/phpstan.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/phpstan.yml)\n\nA simple UI kit for Laravel. Based on Tailwind and AlpineJS.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require elegantly/blade-kit\n```\n\nTo make it work with tailwindcss v4, you must add the following lines to your `app.css`.\n\n```css\n@import \"../../vendor/elegantly/blade-kit/resources/css/styles.css\";\n@source \"../../vendor/elegantly/blade-kit/resources/views/**/*.blade.php\";\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"blade-kit-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n //\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"blade-kit-views\"\n```\n\n## Usage\n\n```html\n\u003cx-kit::button color=\"white\" class=\"rounded-md font-semibold\"\u003e Button \u003c/x-kit::button\u003e\n```\n\n## Testing\n\nYou can see all components by running:\n\n```bash\nbun run dev\n```\n\nand\n\n```bash\ncomposer serve\n```\n\nYou can run test with:\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Quentin Gabriele](https://github.com/QuentinGab)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantengineeringtech%2Fblade-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felegantengineeringtech%2Fblade-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantengineeringtech%2Fblade-kit/lists"}