katra / ui
The Katra UI package contains all UI elements for the Katra CMS admin interface
v0.0.2
2024-03-13 08:24 UTC
Requires
- php: ^8.2
- illuminate/support: ^11.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^8.16|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.2
- phpstan/phpstan: ^1.11
README
Note: This project is in the early stages of development and is not yet ready for production use.
Katra UI is a UI component library for Katra CMS built using Laravel Livewire and Tailwind CSS.
If you have any suggestions or feature requests, please open an issue on GitHub!
Development
To get started, clone the repository and install the dependencies:
git clone git@github.com:katraio/ui.git
cd ui
composer install
npm install
composer prepare
composer build
To run the tests, run:
composer test
To run the package, run:
composer serve
To run the linter, run:
composer lint
License
Katra UI is open-sourced software licensed under the MIT license.