Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

[Implement] Slider #4

Open
1 of 3 tasks
benjaminforras opened this issue May 2, 2019 · 0 comments
Open
1 of 3 tasks

[Implement] Slider #4

benjaminforras opened this issue May 2, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@benjaminforras
Copy link
Owner

benjaminforras commented May 2, 2019

https://fomantic-ui.com/modules/slider.html

Progress:

  • Basic implementation
  • Align properties to match with Fomantic UI's
  • Documentation

image

Markup
<div class="ui slider">
    <div class="inner">
        <div class="track"></div>
        <div class="track-fill" style="left: 0%; right: 50%;"></div>
        <div class="thumb" style="left: calc(50% - 10.5px); right: auto;"></div>
    </div>
</div>
@benjaminforras benjaminforras added the enhancement New feature or request label May 2, 2019
@benjaminforras benjaminforras self-assigned this May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant