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

angular-camelia

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-camelia

Camelia [![Build Status](https://travis-ci.org/Vedana/camelia.svg)](https://travis-ci.org/Vedana/camelia) =========


Version published
Maintainers
1
Created
Source

Camelia Build Status

Powerfull Angular components library

About

Camelia provides angular complex components: grid, pager, suggest, tree.

Some examples of Camelia usage can be found at https://github.com/Vedana/camelia-samples .

Components

Grid and pager components :

Declaration of a grid and pager components in a page :


<cm:dataGrid value="dataModel" id="myGrid" style="width: 800px; height:400px" rows="20">
	<cm:dataColumn id="TOWN" title="Town" width="150px"></cm:dataColumn>
	<cm:dataColumn title="Postal code" width="60px" fieldName="pc"></cm:dataColumn>
	<cm:dataColumn title="Info 1" value="{{$row.name1}}" width="150px"></cm:dataColumn>
	<cm:dataColumn title="Info 2" value="Before {{$row.name2|upper}} after" width="150px"></cm:dataColumn>
</cm:dataGrid>

<cm:pager for="myGrid"></cm:pager>

Grid and pager components

Installing Build (Distribution Files)

Bower

For developers not interested in building the Camelia library... use bower to install and use the Camelia distribution files.

Change to your project's root directory.

# To get the latest stable version, use Bower from the command line.
bower install camelia

# To get the most recent, latest committed-to-master version use:
bower install camelia#master

Author

Olivier Oeuillot (oeuillot@vedana.com)

License

(Creative Commons License)

The licensor permits others to copy, distribute, display, and perform the work. In return, licenses may not use the work for commercial purposes -- unless they get the licensor's permission.

The licensor permits others to copy, distribute, display and perform only unaltered copies of the work -- not derivative works based on it.

FAQs

Package last updated on 04 Feb 2016

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