# `PhoenixKitWeb.Live.Modules.Posts.Posts`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.71/lib/modules/posts/web/posts.ex#L1)

LiveView for displaying and managing posts in PhoenixKit admin panel.

Provides comprehensive post management interface with filtering, searching,
and quick actions for social posts system.

## Features

- **Real-time Post List**: Live updates of posts
- **Advanced Filtering**: By type, status, group, tag, date range
- **Search Functionality**: Search across titles and content
- **Pagination**: Handle large volumes of posts
- **Bulk Actions**: Publish, delete multiple posts
- **Quick Actions**: Edit, delete, change status
- **Statistics Summary**: Key metrics (total, drafts, scheduled, public)

## Route

This LiveView is mounted at `{prefix}/admin/posts` and requires
appropriate admin permissions.

Note: `{prefix}` is your configured PhoenixKit URL prefix (default: `/phoenix_kit`).

## Usage

    # In your Phoenix router
    live "/admin/posts", PhoenixKitWeb.Live.Modules.Posts.Posts, :index

## Permissions

Access is restricted to users with admin or owner roles in PhoenixKit.

# `render`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.71/lib/modules/posts/web/posts.ex#L1)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
