Skip to content

unicorn-ui/Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forms Beta

A Forms library built with Sass. The Forms framework is ready to use and easy to install.

Alt text

Unicorn-UI Module Development

Below are setup instructions for Unicorn-UI module development. You'll need to have bower and node.js, and harp installed before you begin.

Install bower and harp:

npm install -g bower
npm install -g harp

Errors with node-sass? If you're using node 4.x or later then you need to reinstall gulp-sass with:

npm uninstall --save-dev gulp-sass
npm install --save-dev gulp-sass@2

Development

  1. On the command line root directory run npm install
  2. Now inside the /public directory run bower install.
  3. Now run gulp css to build the module files.
  4. Run harp server to start a server and visit page in local browser to preview.

Quick Usage

Having trouble getting above set up? Just grab the built CSS file, and reference from your html file:

    <link rel="stylesheet" type="text/css" href="forms.css">

With forms.css included on your page, you should be able to try copying some of the markup from Form's demo page to get started. Still not up and running? Don't worry, we'll be posting videos and a demo page soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published