-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added rotational CTA framework #2866
Conversation
Signed-off-by: Nikhil-Ladha <[email protected]>
@leecalcote I have added the CTA's to one blog post for reference. If all looks good, signal here so that I will comment them out and update the code. |
🚀 Preview for commit a5b0044 at: https://629e30f27ea53561cc69c5af--layer5.netlify.app |
Signed-off-by: leecalcote <[email protected]>
🚀 Preview for commit 28451c0 at: https://62a14243bd26d124a2e87815--layer5.netlify.app |
Signed-off-by: Nikhil-Ladha <[email protected]>
Done with responsiveness. |
🚀 Preview for commit 3adb70b at: https://62a226f9af3a650443968c72--layer5.netlify.app |
Signed-off-by: Nikhil-Ladha <[email protected]>
Considering, that we are good with this.....merging the PR. |
🚀 Preview for commit 6df6046 at: https://62a6d1c0552b2d6b5c719416--layer5.netlify.app |
Signed-off-by: Nikhil-Ladha <[email protected]>
@leecalcote added support for categorizing CTA's, using a |
🚀 Preview for commit 587cb84 at: https://62a759ce21ada505f8c3041d--layer5.netlify.app |
Signed-off-by: Nikhil-Ladha [email protected]
Description
Added the rotational CTA framework for MDX content.
Any MDX file can have these CTA's, explicit import is not required. Just
write the component that you want to have and it will render.
The bottom CTA is added to the MDXProvider, but for blogs it is
imported under the
blog-single
code, because of the position at whichwe want the CTA to be present.
This PR fixes #2848
Signed commits