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

Include inverse-monochrome in x-follow-button's README's list of variants #728

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/x-follow-button/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature | Type | Required | Default value | Description
`conceptNameAsButtonText` | Boolean | no | `false` | If true will use the concept name as the button text, otherwise will default to "Add to MyFT" or "Remove from MyFT" (depending on isFollowed prop).
`isFollowed` | Boolean | no | `false` | Whether the concept is followed or not.
`csrfToken` | String | no | none | CSRF token (will be included in a hidden form field).
`variant` | String | no | `standard` | One of `standard`, `inverse`, `opinion` , `alphaville` or `monochrome`. Other values will be ignored.
`variant` | String | no | `standard` | One of `standard`, `inverse`, `opinion`, `alphaville`, `monochrome`, or `inverse-monochrome`. Other values will be ignored.
`followPlusDigestEmail` | Boolean | no | `false` | Whether following the topic should also subscribe to the digest.

## Client side behaviour
Expand Down