Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaispalmer/ngbit
AngularJS 1.x directives for component-based app building
https://github.com/thaispalmer/ngbit
angular angularjs component component-library directives javascript
Last synced: about 1 month ago
JSON representation
AngularJS 1.x directives for component-based app building
- Host: GitHub
- URL: https://github.com/thaispalmer/ngbit
- Owner: thaispalmer
- License: mit
- Created: 2017-06-07T17:18:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T17:10:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T22:34:07.140Z (about 2 months ago)
- Topics: angular, angularjs, component, component-library, directives, javascript
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [AngularJS](https://angularjs.org/) 1.x directives for component-based app building
## Description:
This module contain a collection of directives to be used for building a component-based application.
## Installation:
- Using Bower: `bower install ngbit`
- Using npm: `npm install ngbit`## Usage:
Include `ngbit-0.0.3.min.js` in your application.
And include the module `ngBit` as an dependency to your module.
var app = angular.module('app', ['ngBit']);
## Dependencies:
This module has no external dependencies except AngularJS itself.
- - -
## Component List:
### Bootstrap based components:
* **ng-bit-bs-text-input:** `` with label, validation states and support for [ngMessages](https://docs.angularjs.org/api/ngMessages/directive/ngMessages).
* **ng-bit-bs-form:** `` that can hold multiple ``, passing everything needed for validation.### Other components:
* **ng-bit-ng-messages:** A collection of [ngMessages](https://docs.angularjs.org/api/ngMessages/directive/ngMessages) ready to use with multilingual support.
* **ng-bit-threejs-panorama:** Equirectangular panorama projection using [three.js](https://threejs.org/) 3D library.- - -
## Component Documentation:
Check out the `examples` folder.