30Aug/100
Sliding Panel v1.2.0
I just released a new version of Sliding Panel, to allow more positioning possibilities.
Now you can use the offset parameter to position it right where you want it to be, for example, you could place it bottom right either by using:
position: 'right'
offset: {bottom: '0px'}
Which would place it at the bottom right, and make it slide horizontally
Or:
position: 'bottom'
offset: {right: '0px'}
Which would place it at the bottom right, and make it slide vertically.
You can also combine bottom and right offset for example, to fine tune the position, and, maybe, make the tab appear outside your container.
Feel free to try it out!