File size: 381 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Reader Follow Button
A specialization of the generic `components/follow-button` that sends stats.
## Props
- `location`: the MC stats key for the current page, e.g. following_edit
- `isButtonOnly`: if true, renders the button without a label
- `railcar`: Train Tracks Railcar string for stats (optional)
See `components/follow-button` for other props this component accepts.
|