Are there any good-looking UI libraries recommended for Bootstrap and jQuery development projects?

the front end uses Bootstrap and jQuery to develop projects, but one problem is that many components need to be handwritten by themselves, which feels troublesome. For example, writing a table, is a very troublesome thing, not only the jump component of the page number, but also sort which is more troublesome.

is there a recommended plug-in for the component library? For example, vue.js has an easy-to-use UI library like iviewui. There are callback functions and so on.

is there a well-encapsulated UI library for developing projects using Bootstrap and jQuery?

I looked up EasyUI on the Internet. Is it such a library? But I think it"s too ugly. Do you have anything prettier?

Apr.09,2021

bootstrap itself is a ui library, and bootstrap-table already has an off-the-shelf

.

easyui you can use the bootstrap style to reset its own style


bootstrap is a ui component library, and it also has many packaged components. If you think the style is not good-looking, you can change the style of its source code or overwrite its own style


you can use adminlte ( http://adminlte.la998.com/pag.), a bootstrap-based ui theme.

the data tables you need are supported by adminlte itself.
the paging you need (bootstrap only provides the paging style, but does not provide how to generate paging). You can use the jquery.simplePagination.min.js, style and directly use the bootstrap paging style.


layui zui


is especially easy to use with layui, such as some uploaded videos, pictures, multiple pictures are very convenient, and the life cycle is relatively perfect.


zui
http://zui.sexy/

Menu