Features
Modern Component Library (JustD)
A modern alternative to shadcn/ui for building beautiful UIs
ProStack uses JustD as its component library, providing a comprehensive set of customizable, accessible UI components built on modern web standards.
What is JustD?
JustD is a modern component library similar to shadcn/ui but with additional features and optimizations. It offers:
- Customizable components: Easily theme and adapt components to your brand
- Accessibility: ARIA-compliant components for better user experience
- Modern styling: Clean, minimal aesthetics that work well in professional applications
- Lightweight: Optimized bundle size for better performance
- Composable: Components designed to work seamlessly together
Using JustD Components
ProStack comes with JustD pre-installed and configured. You can use the components directly in your pages and components:
Available Components
JustD includes a wide range of components for building interfaces. Here are some frequently used components in ProStack:
Core Components
- Button: Used for primary actions throughout the application
- Card: Container for content with consistent styling
- Input: Text inputs with validation support
- Form: Form components with validation
Navigation Components
- Tabs: Used in settings and dashboard interfaces
- Dropdown: Used for user menu and other contextual actions
- Breadcrumb: For navigation hierarchy
Feedback Components
- Toast: Used for notifications throughout the app
- Alert: For important messages and warnings
- Dialog: For confirmation dialogs and important actions
For a complete list of components, visit the JustD Components documentation.
JustD vs shadcn/ui
While shadcn/ui is a popular component library, JustD offers several advantages:
Feature | JustD | shadcn/ui |
---|---|---|
Installation | Pre-configured in ProStack | Requires manual setup |
Component Library | Comprehensive set of components | Extensive but may require more customization |
Integration | Deeply integrated with ProStack | Requires additional configuration |
Updates | Managed through ProStack updates | Requires manual component updates |
Documentation | Integrated in ProStack docs | Separate documentation |
Next Steps
Was this page helpful?