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

[Feature] Details component #858

Merged
merged 13 commits into from
Jun 6, 2024
Merged

[Feature] Details component #858

merged 13 commits into from
Jun 6, 2024

Conversation

LJKaski
Copy link
Collaborator

@LJKaski LJKaski commented May 30, 2024

Description

This PR introduces a new component, Details, that can be used for hiding and presenting information that is not essential to most users.

Motivation and Context

This component is already in use via separate implementation, so a centralized, uniform, implementation made sense.

How Has This Been Tested?

Tested locally in styleguidist on chrome and Windows, and in a React + Vite project on Chrome. Still needs more testing and accessibility testing especially.

Screenshots (if appropriate):

image

Release notes

Details

  • Introduce <Details> component

@LJKaski LJKaski added the enhancement New feature or request label May 30, 2024
@LJKaski LJKaski self-assigned this May 30, 2024
@LJKaski LJKaski requested a review from riitasointi as a code owner May 30, 2024 11:56
@LJKaski LJKaski force-pushed the feature/details-component branch from 0fc304c to ff1ea74 Compare June 6, 2024 08:29
src/core/Details/Details.md Outdated Show resolved Hide resolved
src/core/Details/Details.md Show resolved Hide resolved
src/core/Details/Details.tsx Outdated Show resolved Hide resolved
src/core/Details/Details.md Show resolved Hide resolved
src/core/Details/Details.baseStyles.ts Show resolved Hide resolved
@LJKaski LJKaski force-pushed the feature/details-component branch from 1444de6 to 253dfc2 Compare June 6, 2024 11:53
Copy link
Collaborator

@riitasointi riitasointi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! 👍

@LJKaski LJKaski merged commit 7bb8369 into develop Jun 6, 2024
1 check passed
@LJKaski LJKaski mentioned this pull request Jun 27, 2024
@riitasointi riitasointi mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants