UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

19 lines (15 loc) 287 B
# Call to action A Call to action is a styled link that directs a user to other pages or sometimes displays hidden content. ## Usage As a link ```html <rh-cta> <a href="/subscribe">Subscribe</a> </rh-cta> ``` As a button ```html <rh-cta> <button>Watch live</button> </rh-cta> ```