Mishka Chelekom - Phoenix and LiveView UI kit and components

Hello friends,
Yesterday, I released the first beta version. Due to the large number of changes, I really need your help with testing.
I hope you’ll support us by trying out the new version.
The minimum requirements are Tailwind 4 and Phoenix 1.8.

{:mishka_chelekom, "~> 0.0.8-beta.1", only: :dev}

For creating components

mix mishka.ui.gen.components --import --helpers --global
# OR
mix mishka.ui.gen.components --import --helpers --global --yes

By the way it creates priv/mishka_chelekom/config.exs for you and you can change the colors or another stuff! and run top command or if it is just about color just run this.

mix mishka.ui.css.config --regenerate

If you need create this config and change it, after that run the mishka.ui.gen.components

Please after install deps run
Initialize a configuration file:

mix mishka.ui.css.config --init

Force overwrite existing configuration with sample:

mix mishka.ui.css.config --init --force

We’re almost in the final stages of the release, and unless any major issues come up, I believe we’ll reach the new version within the next 3 to 4 days.
I hope we can count on your support with testing during this time. :heart: :folded_hands:t2: :safety_vest:

Thank you in advance

3 Likes