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 Anchored component #280

Merged
merged 4 commits into from
Apr 15, 2021
Merged

Add Anchored component #280

merged 4 commits into from
Apr 15, 2021

Commits on Apr 15, 2021

  1. Add Anchored component

    Usage:
    
    ```jsx
    import A from "@components/Anchored";
    <A id="foo">foo</A>
    ```
    
    Note that Markdown cannot be used inside. The bold style can be turned
    off with `bold={false}`.
    
    See #157
    kazk committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    723043c View commit details
    Browse the repository at this point in the history
  2. Autoformat with Prettier

    kazk authored and actions-user committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2df248a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb5b59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd8297 View commit details
    Browse the repository at this point in the history