Range built with the latest Tailwind. Pick values from a range, using a customizable slider.
Installation
Quick Start
In order to start using Tailwind simply download our starter.
Tailwind Elements does not change or add any CSS to the already one from TailwindCSS.
You can directly copy our components into your Tailwind design and they will work straight away.
In some dynamic components (like dropdowns or modals) we add Font Awesome icons and custom JavaScript. However, they do not require any additional installation, all the necessary code is always included in the example and copied to any Tailwind project - it will work.
MDB GO
Customization
Empty
HTML
<div class="relative pt-1">
<div
class="overflow-hidden h-2 mb-4 text-xs flex rounded bg-pink-200"
></div>
</div>
Filled
HTML
<div class="relative pt-1">
<div class="overflow-hidden h-2 mb-4 text-xs flex rounded bg-pink-200">
<div
style="width: 30%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-pink-500"
></div>
</div>
</div>
You can see more customization examples on the ๐ Range documentation page
Crucial Resources
Here are the resources that we have prepared to help you work with this component:
- Read ๐ Range documentation page <-- start here
- In to get the most out of your project, you should also get acquainted with other Forms options related to Range. See the section below to find the list of them.
- After finishing the project you can publish it with CLI in order to receive ๐ฝ Free hosting (beta)
Related Forms options & features
- Checkbox
- Datepicker
- File input
- Forms Templates
- Inputs
- Multiselect
- Radios
- Search
- Select
- Switch
- Textarea
- Timepicker
Additional resources
Learn web development with our learning roadmap:
๐ Start Learning
Join our mailing list & receive exclusive resources for developers
๐ Get gifts
Join our private FB group for inspiration & community experience
๐จโ๐ฉโ๐งโ๐ฆ Ask to join
Support creation of open-source packages with a STAR on GitHub
Top comments (0)