ronuse / norseu

Configurable React Components by Ronuse
https://301s.github.io/?ru_rui
5 stars 0 forks source link

Add layout management component to allow screen resize for component inside it e.t.c #1

Open Thecarisma opened 4 years ago

Thecarisma commented 4 years ago

E.g.

<ResponsiveContainer>
    <div>
        {/** All other responsive components here*/}
    </div>
</ResponsiveContainer>