Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-form-tool

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-form-tool

Yet another form component tool for ember

  • 0.0.3-beta-3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Ember-form-tool

Two components for building forms in your ember app

Use like the following:

{{#em-form-for model=myModel mistakes=myErrors action="submittedForm"}}
  <legend class="whatever">stuff</legend>
  ...
  {{#em-form-input type="email" name="email" label="email"}}
    <span class="helper-text">put your primary email</span>
  {{/em-form-input}}

  {{em-form-input type="datetime" name="expectedAt"}}
{{/em-form-for}}

Yes, every conceiveable type of input goes under the form-input component, you, as the user, only vary the type.

Known Types

  1. text
  2. textarea
  3. email (html5)
  4. password
  5. date, day, week, month, year (html5)
  6. time (html5)
  7. radio
  8. checkbox
  9. select
  10. multiselect
  11. color (html5)
  12. datetime-local (html5)
  13. search (html5)
  14. telephone (fancy emberjs junk)
  15. url (html5)
  16. range (html5)
  17. switch (material)
  18. files (fancy emberjs)
  19. audio stream (usermedia)
  20. video stream (usermedia)

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 13 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc