A UI Framework for creating apps with a seemless UX in the 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/29next/[email protected]/dist/css/next-app-ui.min.css" rel="stylesheet" crossorigin="anonymous">
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 or compile using the src/scss/main.scss
file with any Sass compiler.
The docs site uses Jekyll for the static site generator with a built in docker image to make installing dependencies easier. Make sure you have Jekyll installed on your local machine before running the command below jekyll.
In a terminal, navigate to the directory with these files and run the following command.
bundle install
bundle exec jekyll serve --livereload
Your should now have the full docs site up and running on your local.
Create a new branch with your changes and create a pull request to be reviewed before merging into the main branch.