Skip to content

Commit

Permalink
add admonition blocks to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jan 7, 2024
1 parent 2d855be commit 1cda5ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/doggo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ defmodule Doggo do
It is typically positioned to float above other content.
> #### Caution {: .warning}
>
> This component implements the `toolbar` role, but it doesn't implement
> focus management with roving tabindex and arrow key handling yet.
## Example
```heex
Expand Down Expand Up @@ -4374,6 +4379,11 @@ defmodule Doggo do
@doc """
Renders a container for a set of controls.
> #### Caution {: .warning}
>
> This component implements the `toolbar` role, but it doesn't implement
> focus management with roving tabindex and arrow key handling yet.
## Example
Direct children of this component can be any types buttons or groups of
Expand Down

0 comments on commit 1cda5ad

Please sign in to comment.