Code Monkey home page Code Monkey logo

Comments (6)

julienw avatar julienw commented on June 27, 2024

Maybe a way could be to accept an initialSize without appending the unit, so that we could use auto or even a calc-based value.

from react-splitter-layout.

zesik avatar zesik commented on June 27, 2024

Hi,

Auto initial size is not supported now. And without units, size values won't be valid.
I'll check whether this is possible when I get some time.

from react-splitter-layout.

julienw avatar julienw commented on June 27, 2024

And without units, size values won't be valid.

Yes, I think about it only for the initial size, not for subsequent sizes (after manually resizing) that would be in px.

from react-splitter-layout.

zesik avatar zesik commented on June 27, 2024

Yes, I think about it only for the initial size, not for subsequent sizes (after manually resizing) that would be in px.

I prefer not setting invalid values at any time. Maybe it's possible to ignore initial values at all for such cases. Will do some tests about it.

from react-splitter-layout.

julienw avatar julienw commented on June 27, 2024

I thought we could provide an initial size that could be a full string, like calc(100vh - 120px) or auto. It's not invalid in this case.

But because the code forcefully appends px or % to the size, it's not possible.

from react-splitter-layout.

zesik avatar zesik commented on June 27, 2024

I thought we could provide an initial size that could be a full string, like calc(100vh - 120px) or auto. It's not invalid in this case.

This might need quite a few changes due to how the splitter is currently is implemented.
I'll consider whether it's our best option.

from react-splitter-layout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.