mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #174] [MERGED] feat: add size getters to the Area component #280
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/174
Author: @maciek134
Created: 9/1/2018
Status: ✅ Merged
Merged: 9/6/2018
Merged by: @kusti8
Base:
master← Head:area-get-size📝 Commits (3)
045d5e9feat: addonSizeChangedevent to the Area component50b5af0Remove area exposure and fix area examplefdef195Update documentation📊 Changes
5 files changed (+1295 additions, -1251 deletions)
View changed files
📝
docs/component_APIs/area.md(+9 -0)📝
examples/area.js(+22 -1)📝
package-lock.json(+1246 -1246)📝
src/components/Area.js(+16 -4)📝
src/react-components/Area.js(+2 -0)📄 Description
This adds the ability to query
<Area>'s size as mentioned in #130. Also modified the area example to show how to use it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.