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

feat: add <Banner> component #949

Merged
merged 6 commits into from
Sep 9, 2023
Merged

feat: add <Banner> component #949

merged 6 commits into from
Sep 9, 2023

Commits on Sep 9, 2023

  1. feat(src/components/banner): add component, Banner

    This component is currently a work-in-progress; you can expect that there may be significant changes
    in the future, in particular, to its theme. There currently isn't a theme, but there probably will
    be in the future.
    tulup-conner committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    509e553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a90da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0679cca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd0ca15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a114fb9 View commit details
    Browse the repository at this point in the history
  6. docs(app/docs/components/*): fix component intro docs not displaying

    We needed to move the Table of Contents declaration - which is replaced inline by a Markdown plugin
    - to immediately above the first second-level heading (the first item in the Table of Contents). Now
    the intro text for each component's docs is showing again!
    tulup-conner committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e2650af View commit details
    Browse the repository at this point in the history