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

docs(modal): Rails Modal Documentation #1811

Merged
merged 7 commits into from
Oct 25, 2023
2 changes: 1 addition & 1 deletion docs/app/helpers/components_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def sage_components
},
{
title: "modal",
description: "Sage modal",
description: "Modals are overlays used to display content on a layer above the page, preventing users from interacting with content behind the modal.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

scss: "done",
docs: "done",
rails: "doing",
Expand Down
Loading
Loading