Introduction

Doggo is a headless component library for Phoenix LiveView. Headless UI refers to components that provide the logic and structure needed to build user interfaces but leave the styling up to you.

This storybook presents the components with their default options. Some components already include example styles, while others remain unstyled and will receive example styles in the future.

You can override the default options, including component names, base classes, and modifier attributes such as button sizes or variants.

The library includes a mix task to generate storybook stories for the components configured in your application.

Not all components are feature-complete regarding interactivity or accessibility aspects. For details about component maturity and configuration options, please refer to the Components documentation.

This storybook was compiled with Doggo 0.9.0.

Resources