{"id":19444128,"url":"https://github.com/clevercase/ember-bootstrap-controls","last_synced_at":"2026-02-17T12:03:16.516Z","repository":{"id":34844441,"uuid":"38836216","full_name":"CleverCase/ember-bootstrap-controls","owner":"CleverCase","description":"An Ember component library that utilizes Bootstrap4 form and inputs styles and html.","archived":false,"fork":false,"pushed_at":"2022-12-08T08:28:00.000Z","size":77371,"stargazers_count":3,"open_issues_count":56,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-20T22:34:09.833Z","etag":null,"topics":["bootstrap","ember"],"latest_commit_sha":null,"homepage":"https://denovoapp.github.io/ember-bootstrap-controls/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CleverCase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2015-07-09T17:53:45.000Z","updated_at":"2020-08-24T18:59:18.000Z","dependencies_parsed_at":"2023-01-15T09:45:26.552Z","dependency_job_id":null,"html_url":"https://github.com/CleverCase/ember-bootstrap-controls","commit_stats":null,"previous_names":["wildland/ember-bootstrap-controls"],"tags_count":88,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverCase%2Fember-bootstrap-controls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverCase%2Fember-bootstrap-controls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverCase%2Fember-bootstrap-controls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverCase%2Fember-bootstrap-controls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleverCase","download_url":"https://codeload.github.com/CleverCase/ember-bootstrap-controls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250733584,"owners_count":21478396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","ember"],"created_at":"2024-11-10T16:05:11.630Z","updated_at":"2026-02-17T12:03:16.451Z","avatar_url":"https://github.com/CleverCase.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/wildland/ember-bootstrap-controls/blob/master/img/wildlanduxlogo.png\" width=\"300px\"\u003e\n\u003c/p\u003e\n\nWildlandUX is a library for quickly creating EmberJS forms that utilize the Bootstrap4 form and input styles and HTML \u0026mdash; it includes accessiblity.\n\nThis README outlines the details of using and collaborating on this Ember addon.\n\nCheckout our [Releases](../../releases/latest) or [Changelog](CHANGELOG.md) for what has changed.\n\nHere's a [list](https://github.com/wildland/ember-bootstrap-controls/graphs/contributors) of\nall the people who have contributed to the development of this library.\n\n## Installation\n\nUpgrading instead of Installing? Head over to our [upgrade instructions](#upgrade-instructions).\n\nRun `ember install @wildland-labs/ember-bootstrap-controls` to install this add-on.\n\n## Upgrade Instructions\n\n### v1.X.X -\u003e v2.0.0\n  - `bootstrap-input-mask` mask attribute definitions:\n    - `9` : numeric\n    - `a` : alphabetical\n    - `*` : alphanumeric\n  - `bootstrap-currency-input`\n    - `prefix` : '$'\n  - Docs - [ember-inputmask](https://brandynbennett.github.io/ember-inputmask/docs)\n  \n  #### Example:\n  #### v1.x.x \n  `ssnMask = [/[0-9]/, /\\d/, /\\d/, '-', /\\d/, /\\d/, '-', /\\d/, /\\d/, /\\d/, /\\d/];`\n\n  #### v2.0.0\n  `ssnMask = '999-99-9999';`\n\n### 0.18.1 -\u003e v1.0.0-alpha.x\n - Updated to bootstrap 4, still an alpha release, public API/class names are subject to change before a 1.0 release.\n\n### 0.14.0 -\u003e 0.15.0\n - `keyPress`, `keyDown`, `keyUp` events were all renamed to `key-press`, `key-down`, and `key-up` respectively. This was to prevent it from conflicting with Ember.Component `keyPress`, `keyDown`, and `keyUp` events. An assert is thrown to help the developer identify and fix these issues, but it is further recommeneded to do a project find, and replace where used.\n\n### 0.X -\u003e 0.14.0\n### This version is likely not backwards compatible with ember-cli \u003c 2.11.0 and ember-cli-htmlbars \u003c 1.1.1\n### If you need to support a version less than one of these, please use 0.11.x instead.\n - Find the `ember-bootstrap-controls` in your `package.json` which can be found in the root ember directory and update the version to the latest release.\n - Run `npm install`\n - Move into your root ember directory and run `ember g ember-bootstrap-controls`\n\n## Usage\nSee the [live documentation](http://wildland.github.io/ember-bootstrap-controls/).\n\n## Freestyle\nIf you are running [ember-freestyle](https://github.com/chrislopresto/ember-freestyle) then you can add the following component to get a `{{freestyle-section}}` that contains all of this library's components.\n```\n{{#freestyle-guide\n...\n  {{ember-bootstrap-controls-freestyle}}\n...\n{{/freestyle-guide}}\n```\n\n## Running\n\nTo run the dummy app, from the root directory, simply run `npm install` then `npm start`. You'll then find the style-guide application at http://localhost:4200.\n\n## Troubleshooting\n* Node Sass does not yet support your current environment =\u003e `npm rebuild node-sass`\n\n## Deploying Documentation\n\nRun `npm run deploy-documentation`\n\n## Running Tests\n\n### Browser\n* `npm start`\n* `localhost:4200/tests`\n\n### Cli\n* `npm test`\n\n\nFor more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevercase%2Fember-bootstrap-controls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclevercase%2Fember-bootstrap-controls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevercase%2Fember-bootstrap-controls/lists"}