kernl(ui)

kernl(ui) is a functional, intuitive, utility-rich UI framework for efficiently building Northeastern University web interfaces.

Opinionated Baseline

Resets element selectors to render with opinionated, cross-browser compliant styles.

Baseline Docs →

Adaptive and Responsive Structure

A highly configurable, mobile-first set of column widths and page margin options per page.

Structure Docs →

Multi-Purpose Components

Reusable patterns with a higher level of detail baked in, allowing for locally scoped options.

Components Docs →

Flexible Utilities

Single-purpose utility classes for rapidly customizing any element or component.

Utilities Docs →

A note for developers +

Installing kernl(ui)

# clone the repo
git clone https://bitbucket.org/nupods/kernl-ui.git

# install
npm install

# available tasks
yarn run dev # Compile and optimize the files in your assets directory
yarn run watch # Compile assets when file changes are made
yarn run prod # Compile assets for production (no source maps).