A UI Framework for creating apps with a seamless UX in the NEXT Commerce dashboard.
The easiest way to use the files is via CDN, just copy from below and include in the head of your html file.
<link href="https://cdn.jsdelivr.net/gh/NextCommerceCo/app-ui-framework@latest/dist/css/main.css" rel="stylesheet" crossorigin="anonymous"><script src="https://cdn.jsdelivr.net/gh/NextCommerceCo/app-ui-framework@latest/dist/js/next-app-ui.min.js"></script>Compile with your asset pipeline by downloading the source files.
Source files for the UI are written in Sass and can be found in the src/scss directory. You can copy and include the Sass files in your own project or compile using the src/scss/main.scss file with any Sass compiler.
npm run scss- Grid System & Base Components - Bootstrap 5.3
- Charts - ChartJS
- Dropdowns - Choices
- Date Picker - Flatpicker
- Icons - Tabler Icons
The docs site uses Eleventy as the static site generator. Make sure you have Node.js installed.
npm install
npm run devYou should now have the full docs site up and running at http://localhost:8080.
Create a new branch with your changes and create a pull request to be reviewed before merging into the main branch.