A list of Inuit.css component examples cobbled together from the css documention and inuit.css's JsFiddle examples. The page contains minimal styling so components are pretty much as is from the Inuit.css framework. Code is from the v5.1.0 branch used. View it online at http://terabytenz.github.io/inuit.css-kitchensink/.
- Run
git clone --recursive https://github.com/terabytenz/inuit.css-kitchensink.git dir-nameto check out the project and the Inuit.css submodule - Windows folks, make sure you have Ruby installed
- Install Sass
- Install Node
- Install Docpad
- From the root directory
- Run
npm installto install the required plugins - Run
docpad runto start the server - If you need to edit the CSS run
sass --watch src/files/css/style.scss:src/files/css/style.css --style expandedor runsass-watch.baton Windows. I've had issues getting the Docpad Sass plugin to work hence why I'm using a separate command.
- Run
- Go to http://localhost:9778
The layout follows Docpad conventions.
- out - generated static site
- src - working files
- documents -
index.html.ecois the page's main content - files - static assets for the site
- css
- inuit.css - inuit.css submodule
- ui
- _demo.scss - demo specific styles
- _vars.scss - inuit.css overrides
- css
- layouts -
default.html.ecois the master template - partials - html segments inuit.css components.
- documents -
New inuit.css partials require the following at the top of the file:
---
title: Object Name
is(Object|Base|Generic): true
---
Created by Pat O'Callaghan at Terabyte Interactive, Auckland, New Zealand.
Site generated using Docpad, Sass and Inuit.css (obviously!).