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

docs(Modal): add clarity on how to use open prop #1705

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Conversation

booc0mtaco
Copy link
Contributor

Summary:

  • Link to relevant HeadlessUI documentation
  • Add recommendations for how to use with inline examples
  • Typo and other documentation improvements

Test Plan:

  • n/a (only documentation changes)

- Link to relevant HeadlessUI documentation
- Add recommendations for how to use with inline examples
- Typo and other documentation improvements
@booc0mtaco booc0mtaco requested a review from a team July 21, 2023 18:56
@github-actions
Copy link

size-limit report 📦

Path Size
components 102.76 KB (-0.06% 🔽)
styles 37.51 KB (0%)

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #1705 (c7fb5f0) into next (1e1a03f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next    #1705   +/-   ##
=======================================
  Coverage   92.63%   92.63%           
=======================================
  Files         155      155           
  Lines        2785     2785           
  Branches      725      725           
=======================================
  Hits         2580     2580           
  Misses        188      188           
  Partials       17       17           
Impacted Files Coverage Δ
src/components/Modal/Modal.tsx 95.69% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -8,7 +8,7 @@ import Heading from '../Heading';
import { Icon } from '../Icon/Icon';
import styles from './Modal.module.css';

type Variant = 'brand' | undefined;
type Variant = 'brand';
Copy link
Contributor

Choose a reason for hiding this comment

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

wait this again lol

Copy link
Contributor

@jinlee93 jinlee93 left a comment

Choose a reason for hiding this comment

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

Thanks, hopefully this will cause less confusion

@booc0mtaco booc0mtaco merged commit 891129e into next Jul 21, 2023
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1072 branch July 21, 2023 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants