Skip to content

Transition from reactstrap to custom design system #189

@ghost

Description

Based on design expectations, it will be best to remove any reactstrap dependencies and roll custom components. This allows greater flexibility in the long run.

Items to discuss

  • Which CSS preprocessor to use going forward. CSS modules are certainly a good idea, but Styled Components are more versatile for using React props.

Action items

  • Create a global stylesheet with theme colors, font sizing, and general styling (box-sizing: border-box, no margins on body, etc.)
  • Replace applicant info form with components for formatting layout. This involves creating wrapper components for horizontal columns (flex box), headers, subheaders, and paragraph text
  • Rebuild splash screen using custom components. Not much to specify here, but it should match the visuals of the current splash screen (with some toned down colors 😊)
  • Remove reactstrap as a project dependency

Metadata

Metadata

Assignees

No one assigned

    Labels

    Nice to HaveAwesome idea that isn't time critical

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions