An open API service indexing awesome lists of open source software.

https://github.com/worktile/single-form

Single form style for Marketplace's apps such as GitHub App
https://github.com/worktile/single-form

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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 ``
3. copy `

...
` and script in `docs/index.html` to you html

### Online Demo

[Click it see live demo](https://worktile.github.io/single-form/index.html)

### Development

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