Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render content between buttons #108

Open
tuzmusic opened this issue Apr 9, 2020 · 0 comments
Open

Render content between buttons #108

tuzmusic opened this issue Apr 9, 2020 · 0 comments

Comments

@tuzmusic
Copy link

tuzmusic commented Apr 9, 2020

I would like to have the buttons completely to the left and right of the content instead of overlaid on them.

Essentially a row like:

<div style={ { display: 'flex', flex-direction: 'row' } }>
  <LeftArrow/> // width: 10%
  <Slide/> // width: 80%
  <RightArrow/> // width: 10%
</div>

I've been playing around a bit in the chrome console but I'm have a very hard time achieving this!
It looks like the div.track maybe needs to be between the a elements that are the arrows, but without this ordering I can't figure it out. Help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant