Salad UI is a dynamic library of LiveView components, inspired by the design elegance of shadcn. It allows developers to easily integrate customizable UI elements into their projects, enhancing functionality and visual appeal without complicating workflows. Explore the demo and documentation to discover a new dimension of interactive design.
SaladUI is a vibrant and versatile component library designed specifically for Phoenix LiveView, inspired by the sleek aesthetics of shadcn UI. Perfect for developers seeking to enhance their applications with modern, reusable components, SaladUI provides a robust set of features to streamline your UI development process.
Key Features
- Wide Range of Components: With components like Accordion, Button, Dialog, Tooltip, and more, SaladUI covers almost every use case you may need.
- Customization Options: SaladUI allows developers to either use components as they are or modify them to better fit the needs of their project.
- Developer-Friendly: Easily integrate SaladUI into your project with straightforward setup instructions.
Components List
- ✅ Accordion
- ✅ Alert
- ✅ Button
- ✅ Card
- ✅ Dialog
- ✅ Tooltip
- ✅ And many more…
Explore the full Demo Storybook to see SaladUI components in action.
Refer to the Documentation for detailed instructions on implementation and customization.
Example Usage
To use SaladUI components effectively in your project, simply import the desired component and include it in your templates:
defmodule MyModule do
import SaladUI.Button
def render(_) do
~H""
<.button>Click me</.button>
""
end
end
Contributing & Support
Join a growing community of contributors who have helped shape SaladUI into what it is today. Check out the list of contributors and contribute to this exciting project!
SaladUI is built with great dependencies like Tailwind CSS and the powerful Phoenix Framework, allowing developers to create stunning interfaces quickly and effectively.
Show your support and help us improve by considering a donation on Ko-fi!
Elevate your Phoenix LiveView applications with SaladUI and unleash the potential of your UI development!