# cinder_ui v0.1.0 - Table of Contents

Shadcn UI Tailwind component library for Phoenix applications.

## Modules

- [CinderUI.Classes.TailwindCombine.ClassGroup](CinderUI.Classes.TailwindCombine.ClassGroup.md)
- [CinderUI.Components.FieldFamily](CinderUI.Components.FieldFamily.md): Structural field-family components for grouping and annotating form controls.
- [CinderUI.UI](CinderUI.UI.md): Facade module that delegates every component function, allowing conflict-free
access via a single alias.

- Core
  - [CinderUI](CinderUI.md): Entry-point helpers for the Cinder UI component system.
  - [CinderUI.Classes](CinderUI.Classes.md): Utilities for composing Tailwind class lists.
  - [CinderUI.Hooks](CinderUI.Hooks.md): JS hook integration helpers.
  - [CinderUI.Icons](CinderUI.Icons.md): Optional Lucide icon integration for Cinder UI.
  - [CinderUI.JS](CinderUI.JS.md): LiveView JS helpers for controlling interactive Cinder UI components.
  - [CinderUI.Registry](CinderUI.Registry.md): Canonical registry for Cinder UI component modules and metadata.

- Components
  - [CinderUI.Components](CinderUI.Components.md): Aggregates all component modules.
  - [CinderUI.Components.Actions](CinderUI.Components.Actions.md): Action-oriented shadcn-style components.
  - [CinderUI.Components.Advanced](CinderUI.Components.Advanced.md): Higher-level components that map to shadcn patterns with progressive enhancement.
  - [CinderUI.Components.DataDisplay](CinderUI.Components.DataDisplay.md): Data-display components following shadcn/ui structure where feasible.
  - [CinderUI.Components.Feedback](CinderUI.Components.Feedback.md): Feedback and status components.
  - [CinderUI.Components.Forms](CinderUI.Components.Forms.md): Form-related components modeled after shadcn/ui.
  - [CinderUI.Components.Layout](CinderUI.Components.Layout.md): Layout and structural primitives inspired by shadcn/ui.
  - [CinderUI.Components.Navigation](CinderUI.Components.Navigation.md): Navigation components aligned with shadcn structures.
  - [CinderUI.Components.Overlay](CinderUI.Components.Overlay.md): Overlay and popup components.
  - [CinderUI.Components.Typography](CinderUI.Components.Typography.md): Typography recipes for semantic headings and text treatments.

## Mix Tasks

- Mix Tasks
  - [mix cinder_ui.install](Mix.Tasks.CinderUi.Install.md): Installs Cinder UI into a Phoenix project.

