diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..df7bacc
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# This file is for unifying the coding style for different editors and IDEs
+# See editorconfig.org
+
+root = true
+
+[*]
+indent_style = tab
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2385c03
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+bower_components
+build
+coverage
+node_modules
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..c668038
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,31 @@
+{
+ "asi": false,
+ "bitwise": false,
+ "browser": true,
+ "curly": true,
+ "eqeqeq": true,
+ "esnext": true,
+ "evil": false,
+ "forin": false,
+ "globals": {
+ "soy": true,
+ "soydata": true
+ },
+ "immed": true,
+ "indent": 2,
+ "lastsemic": false,
+ "maxdepth": false,
+ "multistr": false,
+ "newcap": true,
+ "noarg": true,
+ "node": true,
+ "onevar": false,
+ "quotmark": "single",
+ "proto": true,
+ "regexp": true,
+ "smarttabs": true,
+ "strict": true,
+ "trailing": true,
+ "undef": true,
+ "unused": true
+}
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..70f93e9
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,29 @@
+# Software License Agreement (BSD License)
+
+Copyright (c) 2014, Liferay Inc.
+All rights reserved.
+
+Redistribution and use of this software in source and binary forms, with or without modification, are
+permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the
+ following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the
+ following disclaimer in the documentation and/or other
+ materials provided with the distribution.
+
+* The name of Liferay Inc. may not be used to endorse or promote products
+ derived from this software without specific prior
+ written permission of Liferay Inc.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..64c94ad
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# crystal-toggler
+
+Crystal's toggler component
+
+## Setup
+
+1. Install NodeJS >= [v0.12.0](http://nodejs.org/dist/v0.12.0/), if you don't have it yet.
+
+2. Install global dependencies:
+
+ ```
+ [sudo] npm install -g gulp
+ ```
+
+3. Install local dependencies:
+
+ ```
+ npm install
+ bower install
+ ```
+
+4. Build the code:
+
+ ```
+ gulp build
+ ```
+
+
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..8e9d640
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "crystal-toggler",
+ "version": "0.0.0",
+ "description": "Crystal's toggler component",
+ "main": "src/Toggler.js",
+ "moduleType": [
+ "es6"
+ ],
+ "keywords": [
+ "metal",
+ "crystal"
+ ],
+ "ignore": [
+ "*",
+ "!src/**/*",
+ "!test/**/*"
+ ],
+ "dependencies": {
+ "bootstrap": "~3.3.4",
+ "metal": "metal/metal.js#master",
+ "metal-jquery-adapter": "metal/metal-jquery-adapter#master"
+ }
+}
diff --git a/demos/index.html b/demos/index.html
new file mode 100644
index 0000000..f1a88a2
--- /dev/null
+++ b/demos/index.html
@@ -0,0 +1,26 @@
+
+
+
+
+ Demo: Toggler
+
+
+
+
+
+
+
+
+
Toggler
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea qui sint distinctio recusandae quo ut eaque provident eius eos commodi natus labore culpa modi soluta quia repudiandae nulla ex. Reiciendis cupiditate quis voluptatum atque veniam assumenda itaque perferendis eos voluptatem dolores aut eum. Ut voluptatum amet earum delectus totam unde!
+