githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

Why do we have to download additional files outside of the package to make this solution work? #119

Closed maxmiranda closed 2 years ago

maxmiranda commented 2 years ago

Appreciate the effort that went into this. But, genuinely curious why the npm package can't simply include, Thumb, Rail, RailSelected, Label, Notch etc. in it.

githuboftigran commented 2 years ago

@maxmiranda , because I wanted to keep the package as small as possible and because those components are just examples which may help you to create your own Thumb, rail, notch, etc. with your own design, not part of this package.