Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add divider to index_controls > list DSL #3297

Open
pjmuller opened this issue Oct 2, 2024 · 0 comments
Open

add divider to index_controls > list DSL #3297

pjmuller opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@pjmuller
Copy link

pjmuller commented Oct 2, 2024

Feature

Thanks for introducing #3218
What would make it complete is that we can add dividers as well

list label: "Custom Index List", style: :primary, color: :slate, title: "A custom list" do
  link_to "Google", "https://google.com"
  divider # 👈
  link_to "Fish.com", "https://fish.com"
end

Current workarounds

None?

@Paul-Bob Paul-Bob added the Enhancement New feature or request label Oct 2, 2024
@Paul-Bob Paul-Bob self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: To Do
Development

No branches or pull requests

2 participants