-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added basic README #31
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
README.md
Outdated
| strategy | The type of CSS position property to use. | Strategy | 'absolute' | | ||
| middleware | These are plain objects that modify the positioning coordinates in some fashion, or provide useful data for the consumer to use. | Array<Middleware \| undefined \| null \| false> | undefined | | ||
| transform | Whether to use `transform` instead of `top` and `left` styles to position the floating element (`floatingStyles`). | boolean | true | | ||
| elements | The reference and floating elements. | FloatingElements | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess The reference and floating elements.
should be The reference **to the** floating elements.
or just **The** floating elements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO the name of the variable speaks for itself, on top of the example above. Though I'll leave this open for others to comment about.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer The floating elements.
No description provided.