Core
Overview
BuilderKit comes with a set of core services that form the foundation. These core features are designed to be lightweight and flexible, allowing to be easily extended and customized to fit specific needs.
Core Packages
Each core package provides its own dedicated provider function that can be used to configure and initialize the specific functionality. This modular approach allows you to only include the features you need in your application.
Available Core Packages
- Icons - Customizable icon system with support for multiple icon sets
- Local Storage - Type-safe local storage management compatible with SSR
- Media - Reactive media query utilities for responsive layouts
- Theming - Dynamic theme management and customization
- Window - Safe window and document utilities
Each package includes its own provider that should be added to your application configuration. Refer to the individual package documentation for specific setup instructions and configuration options.