I'm developing a Bootstrap project and started out with a UI kit theme but found that tweaking it was an issue, so I'm now using standard-issue Bootstrap. My question is what or where are recommended/best form UI Components? I've researched, but am not sure which are quality ones, so recommendations or a guide to resources is appreciated. I usually use Foundation, and this project is also new to me as it is financial and has dates, amounts, percentages and charts.
I'm using the current Bootstrap version as it is today at
https://getbootstrap.com/.
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="
https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGw
b1QTTN6wy5
9ffF1BuGJp
LSa9DkKMp0
DgiMDm4iYM
j70gZWKYbI
706tWS" crossorigin="anonymous">
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="
https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+96
5DzO0rT7ab
K41JStQIAq
VgRVzpbzo5
smXKp4YfRv
H+8abtTE1P
i6jizo" crossorigin="anonymous"></
script>
<script src="
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRl
MFy6i5SRax
vfOCifBUQy
1xHdJ/yoi7
FRNXMRBu5W
HdZYu1hA6Z
Oblgut" crossorigin="anonymous"></
script>
<script src="
https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+
jN6CkvvICO
B2joaf5I4l
3gm9GU6Hc1
og6Ls7i6U/
mkkaduKaBh
lAXv9k" crossorigin="anonymous"></
script>
UI components of interest are:
date picker - one date picker and also start date with end date
input mask - things like date, apply dollar sign and decimals to amounts, phone numbers
range input slider if there is an improvement over the Bootstrap ones
begin and end range input slider - dates, amounts, numbers
charts, doughnut, pie, line and so on
and any other "gems" to have in the toolbox
Thank you.
I do not think there is one kit that can fulfill your requirements.
If you do not want to spend any money, you can consider
1. https://jqueryui.com/
2. https://www.chartjs.org/
If you want to buy commercial libraries, I would recommend
1. https://www.telerik.com/ke
2. http://www.jeasyui.com/
There are many such frameworks available but few are mature enough hence I would recommend that you do couple of PoCs before you finalize the right candidate.
Regards,
Chinmay.