-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Proposed Feature
Add a component that is meant for displaying attributes for TTRPG systems. The component should have 3 params:
- Stat name (Typically a Max of 3 Characters for the abbreviation)
- Primary Stat value (this is used for the score in question)
- Secondary Stat value (this is used for the modifier in some games)
Figma Link: https://www.figma.com/design/pEKOr5N9RJqUNwGoFGXN1Q/Mockups?node-id=82-33&t=Lx76vdymKdNlyPqh-1
Acceptance Criteria
- The component should be located at
src/components/AttributeBlock - Make sure all features are well documented with JSDoc. Here is a guide for more info.
- The component must have a story for the storybook. (Located at
src/stories)
