Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write website documentation #2

Closed
josephspurrier opened this issue Jun 19, 2016 · 6 comments
Closed

Write website documentation #2

josephspurrier opened this issue Jun 19, 2016 · 6 comments
Assignees
Milestone

Comments

@josephspurrier
Copy link
Member

The documentation is a work in progress. It needs to be expanded and corrected.

@josephspurrier josephspurrier added this to the Phase Bravo milestone Jun 19, 2016
@josephspurrier josephspurrier self-assigned this Jun 19, 2016
@josephspurrier
Copy link
Member Author

Need to remove absolute language and opinionated statements.

@josephspurrier
Copy link
Member Author

Add documentation for using another HTTP method in a form

@josephspurrier
Copy link
Member Author

Add documentation for npm, gulp, and SASS

@josephspurrier
Copy link
Member Author

Add lib wrapper documentation

@josephspurrier
Copy link
Member Author

Add documentation for the form package:

        <div class="checkbox">
            <label>
                <input {{CHECKBOX "rememberme" "r1" .}}> Remember me
            </label>
        </div>
        <div class="checkbox">
            <label>
                <input {{CHECKBOX "rememberme" "r2" .}}> Remember me
            </label>
        </div>

        <div class="radio">
            <label>
                <input {{RADIO "options" "burger" .}}> Burger
            </label>
        </div>
        <div class="radio">
            <label>
                <input {{RADIO "options" "taco" .}}> Taco
            </label>
        </div>

        <select class="form-control" name="select">
            <option {{OPTION "select" "Apple" .}}>Apple</option>
            <option {{OPTION "select" "Banana" .}}>Banana</option>
            <option {{OPTION "select" "cherry" .}}>Cherry</option>
        </select>

        <select multiple class="form-control" name="mselect">
            <option {{OPTION "mselect" "red" .}}>Red</option>
            <option {{OPTION "mselect" "green" .}}>Green</option>
            <option {{OPTION "mselect" "blue" .}}>Blue</option>
        </select>

@josephspurrier
Copy link
Member Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant