Phoenix Liveview component library inspired by shadcn UI
The SaladUITestsModule is a library aimed at porting the shadcn UI to Phoenix Liveview Component. It is still in its early stages, with potential breaking changes in minor releases until version 1.0. The library offers a variety of components for UI development and provides a demo at a provided link.
To install SaladUI, follow these steps:
mix.exs
:{:salad_ui, "~> 0.1"}
tailwind.colors.json
in your assets directory.mix deps.get
.mix test
or mix test.watch
.mix format
before submitting pull requests.SaladUITestsModule offers a promising approach to incorporating shadcn UI into Phoenix Liveview Component. The library is under active development, and users can expect enhancements and adjustments in upcoming releases. With a variety of components available and clear installation and development instructions, SaladUI presents a valuable tool for UI development projects.