Lines Matching refs:Component
1 # Component Installer for [Composer](http://getcomposer.org) [![Build Status](https://secure.travis…
21 To install a Component with Composer, add the Component to your *composer.json*
40 ### Using the Component
42 The easiest approach is to use the Component statically. Just reference the
52 file is also compiled, including all Component stylesheets:
62 <h1>jQuery+RequireJS Component Installer Sample Page</h1>
138 ## Creating a Component
140 To set up a Component to be installed with Component Installer, have it
170 together and processed when loading the Component.
173 * `files` - Any additional file assets that should be copied into the Component
176 ### Component Name
178 Components can provide their own Component name. The following will install
235 in *composer.json* allows use of Component Installer in packages that don't
276 ### Packages Without Component Support In *composer.json*
279 in *composer.json* allows use of Component Installer in packages that don't
281 Using `extra` with packages that ship with Component Installer, will override component's settings …
310 There are many other amazing projects from which Component Installer was
323 Component Installer is licensed under the MIT License - see LICENSE.md for