Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Version 1.0.0 RC1 — Mont Blanc

Pre-release
Pre-release
Compare
Choose a tag to compare
@gakimball gakimball released this 21 Nov 19:15
· 988 commits to master since this release

It's our 1.0 release candidate! Thanks for stopping by to take a look.

How to mess with it

If you want a quick way to jump in, check out our starter template, which has a basic directory structure and a blank index file for you to work with. Follow the instructions in the readme to get going.

The first thing you'll probably want to check out is the grid. If you compile this repo on your machine, you can find the grid documentation at http://localhost:8080/#!/grid. You can also view the source of that file here.

To incorporate our Sass components and Angular directives into your own project, install Foundation using Bower:

bower install zurb/foundation-apps

The JavaScript is organized into common components, specific directives, and vendor files. There's also a sample app.js that shows how to import the Foundation modules, but you'll likely want to set up your Angular application your own way.

How to contribute

We love feedback! We have a few discussion topics open on our issue tracker, but if you have more specific feedback, please open a new issue! If you encounter any bugs, let us know as well. Be sure to specify the browser and operating system you're using, and show us how we can recreate the issue. Code samples are great!

What's left

The codebase is very close to feature-complete. Here are the things we're still working on:

  • Fully-working motion classes (see #113)
  • Loose ends on components (see #109, #110, #111)
  • Animation on directives (see #107)
  • Unit tests for Angular and Sass (see #106)
  • A finished settings file
  • The command-line interface (being built in a separate repo, currently private)
  • Testing, testing, testing