NS-Lib

Powerful front-end tools that make your life easier




NS-Lib is an extension of the Bootstrap framework that adds several features which make developing your application that much easier.





Installation


To get started, paste this code into the <head> section of your HTML document:
<link rel="stylesheet" href="https://nmoleosoftware.com/ns-lib/ns-lib-latest.css" />
<script src="https://nmoleosoftware.com/ns-lib/ns-lib-latest.js"></script>

NS-Lib relies on the Bootstrap library, so import it if you haven't already:
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>

You will also need the Boostrap Icons library for most features to work properly:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-[email protected]/font/bootstrap-icons.css">



Usage


Check out the menu on the left to learn about all of the different components and how to use them. The Table is one of the best features offered by the library and is a great place to start.




About

NS-Lib is not the perfect solution for every problem, and it's not trying to be. Instead, NS-Lib is designed to make developing simple apps easier for developers. There's no reason to build an entire table framework with sorting, page navigation, and filters just for a quick one-off project. That's why I made NS-Lib.

NS-Lib was designed and developed by Nmoleo Software LLC. The library is released under the GNU General Public License (GPL) version 3.0. NS-Lib is provided as-is with no warranty.