PyraUI logo
PyraUI
Docs
Home Docs Components Roadmap Playground GitHub
Launch Playground
Playground
Browse Components 70
Accordion Alert Animated Chart Autocomplete Avatar Avatar Group Badge Badge Card Breadcrumbs Button Card Carousel Chart Color Picker Conditional Form Connections Widget Countdown DatePicker Diff Dock Drawer File Upload Filter Panel Gantt Chart Gauge Grid Heatmap Hero Input Installation Introduction Kanban Board Kbd Lightbox Link List Live Chat Live Data Table Live Feed Map Masonry Grid Mockup Modal Multi-Select Navbar Password Strength Meter Progress Rating Resizable Panels Rich Text Editor Select Signature Pad Skeleton Skeleton Layout Slider Sortable List Stats Stepper Swap Table Tabs Tag Input Theme Config Theme Switch Timeline Toast Usage User Profile Card Video Player Wizard

Usage

Basic Usage

Once imported, use components in your LiveView templates:


        defmodule MyAppWeb.UserLive do
          use MyAppWeb, :live_view

          def render(assigns) do
            ~H"""
            <.button variant={:primary} phx-click="save">Save</.button>
            <.input type="text" label="Name" field={@form[:name]} />
            """
          end
        end
      

We can't find the internet

Attempting to reconnect

Something went wrong!

Attempting to reconnect