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
- Host: GitHub
- URL: https://github.com/worktile/single-form
- Owner: worktile
- Created: 2020-05-06T07:07:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:53:43.000Z (about 3 years ago)
- Last Synced: 2025-02-02T03:27:47.830Z (about 1 year ago)
- Language: CSS
- Homepage: https://worktile.github.io/single-form/index.html
- Size: 1.11 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```