npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@wildland-labs/ember-bootstrap-controls

v1.0.0

Published

Ember bootstrap form components.

Downloads

5

Readme

WildlandUX is a library for quickly creating EmberJS forms that utilize the Bootstrap4 form and input styles and HTML — it includes accessiblity.

This README outlines the details of using and collaborating on this Ember addon.

Checkout our Releases or Changelog for what has changed.

Issues or ideas? Checkout our contributing guide for how to help contribute to this project.

Here's a list of all the people who have contributed to the development of this library.

Installation

Upgrading instead of Installing? Head over to our upgrade instructions.

Run ember install ember-bootstrap-controls to install this add-on.

Upgrade Instructions

0.18.1 -> v1.0.0-alpha.x

  • Updated to bootstrap 4, still an alpha release, public API/class names are subject to change before a 1.0 release.

0.14.0 -> 0.15.0

  • 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.

0.X -> 0.14.0

This version is likely not backwards compatible with ember-cli < 2.11.0 and ember-cli-htmlbars < 1.1.1

If you need to support a version less than one of these, please use 0.11.x instead.

  • 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.
  • Run npm install
  • Move into your root ember directory and run ember g ember-bootstrap-controls

Usage

See the live documentation.

Freestyle

If you are running ember-freestyle then you can add the following component to get a {{freestyle-section}} that contains all of this library's components.

{{#freestyle-guide
...
  {{ember-bootstrap-controls-freestyle}}
...
{{/freestyle-guide}}

Running

To 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.

Troubleshooting

  • Node Sass does not yet support your current environment => npm rebuild node-sass

Deploying Documentation

Run npm run deploy-documentation

Running Tests

Browser

  • npm start
  • localhost:4200/tests

Cli

  • npm test

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

License

This project is licensed under the MIT License.