worktile / single-form

Single form style for Marketplace's apps such as GitHub App

Home Page:https://worktile.github.io/single-form/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

single-form style for worktile marketplace's apps

Usage

  1. copy docs/main.css to assets folder
  2. add link which href is main.css to html's head as <link href="/path/main.css" rel="stylesheet" />
  3. copy <div class="single-wrap">...</div> and script in docs/index.html to you html

Online Demo

Click it see live demo

Development

npm run build:watch  // watch src scss
npm run build        // build css to docs folder

About

Single form style for Marketplace's apps such as GitHub App

https://worktile.github.io/single-form/index.html


Languages

Language:CSS 67.1%Language:JavaScript 32.9%