Packages

A comprehensive Phoenix LiveView component library using Flowbite CSS framework. Provides ready-to-use UI components with consistent Flowbite styling and theming support.

Current section

Files

Jump to
flowbite_phoenix CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial FlowbitePhoenix component library
- Form components (input, button, simple_form, toggle, label, error)
- Layout components (modal, table, card, card_header, header, icon)
- Feedback components (flash, flash_group, alert, badge, spinner)
- Navigation components (dropdown, back, breadcrumb, pagination)
- Optional Gettext integration with fallback strings
- Configuration system for theme customization
- Mix task for easy installation (`mix flowbite_phoenix.install`)
- Comprehensive test suite
- ExDoc documentation
### Features
- 🎨 Beautiful components with Flowbite styling
- πŸŒ™ Full dark mode support
- 🎯 Type-safe Phoenix.Component integration
- 🌍 i18n ready with optional Gettext
- πŸ”§ Customizable theming system
- πŸ“± Responsive, mobile-first design
- ⚑ Optimized for Phoenix LiveView
## [0.1.0] - 2025-01-XX
### Added
- Initial release of FlowbitePhoenix
- Complete component library with Flowbite styling
- Installation and configuration tools
- Documentation and examples