You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lovely library but reading the documentation, it's not clear what's in pixels and what's in % available space.
When I do allotmentRef?.current.resize([50,50]) it seems we're working with percentages, when I do <Allotment.Panel minSize={50}, that ends up being pixels.
IMO it'd be nice if the docs said what kind of unit we're working with.
The text was updated successfully, but these errors were encountered:
Lovely library but reading the documentation, it's not clear what's in pixels and what's in % available space.
When I do
allotmentRef?.current.resize([50,50])
it seems we're working with percentages, when I do<Allotment.Panel minSize={50}
, that ends up being pixels.IMO it'd be nice if the docs said what kind of unit we're working with.
The text was updated successfully, but these errors were encountered: