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 link box component #192

Open
racheledelman opened this issue Jun 19, 2020 · 1 comment
Open

Add link box component #192

racheledelman opened this issue Jun 19, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@racheledelman
Copy link

Documentation text:

Link boxes are a type of navigation. They can fit more content than a button, while being still being a discrete, clickable unit. Their purpose is to give some context to navigational choices.

Stylistically, this is similar to secondary buttons.

  • It has the same padding
  • It has the same hover and active states
  • It has the same border and background
  • It has the same default text style
  • It does not have a drop shadow
  • It is full width rather than auto-width

In addition to regular text, boxes can optionally have:

  • a headline and/or
  • an icon (hidden on mobile if it is inside a card)

EITC has implemented something similar here.
image

@racheledelman racheledelman added the enhancement New feature or request label Jun 19, 2020
@racheledelman
Copy link
Author

This is a variation on links styled like buttons.

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
None yet
Development

No branches or pull requests

1 participant