Packages

A comprehensive Phoenix LiveView component library based on HyperUI Tailwind CSS components.

Retired package: Release invalid - Package has a breaking bug

Current section

Files

Jump to
hyper_ui storybook components steps.story.exs
Raw

storybook/components/steps.story.exs

defmodule HyperUI.Storybook.Steps do
use PhoenixStorybook.Story, :component
def function, do: &HyperUI.Components.ApplicationUI.steps/1
def variations do
[
%Variation{
id: :default,
slots: [
"""
<:step title="Details" active={true} />
<:step title="Address" />
<:step title="Payment" />
"""
]
}
]
end
end