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

This package is auto-updated.

Last update: 2024-04-15 12:18:30 UTC


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.