Skip to content

NextCommerceCo/app-ui-framework

Repository files navigation

NEXT Commerce App UI Framework

A UI Framework for creating apps with a seamless UX in the NEXT Commerce dashboard.

See documentation

How to Use

Include via CDN

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 from Source

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

Bundled Libraries

Contributing

Run on Local

The docs site uses Eleventy as the static site generator. Make sure you have Node.js installed.

npm install
npm run dev

You should now have the full docs site up and running at http://localhost:8080.

Create a Pull Request

Create a new branch with your changes and create a pull request to be reviewed before merging into the main branch.

About

Preview App UI Components

Resources

License

Stars

Watchers

Forks

Contributors