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

Centered Text Block component #37

Open
5 tasks
97Stephens97 opened this issue Jul 15, 2023 · 0 comments
Open
5 tasks

Centered Text Block component #37

97Stephens97 opened this issue Jul 15, 2023 · 0 comments
Assignees
Labels
feature New feature being worked on

Comments

@97Stephens97
Copy link
Contributor

97Stephens97 commented Jul 15, 2023

User story:

As a member of the public,
I want to be able to read a heading and short text description of what that part of the page is,
So that I can understand what the information or graphics of that part are relating to.

Description: A centered heading followed by centered text underneath. This will follow the design of the figma component attached.

image

function CenteredTextBlock({ heading, body } : { heading: string, body: string}) {}

Acceptance Criteria:

  • Visually matches design

Definition of Done:

  • AC met
  • Applicable documentation is written in GH wiki
  • PR reviewed
  • Merged into main/feature branch

Notes / Links

@97Stephens97 97Stephens97 added the feature New feature being worked on label Jul 15, 2023
@matthewyingtao matthewyingtao changed the title Centered Heading Text Centered Text Block component Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature being worked on
Projects
None yet
Development

No branches or pull requests

2 participants