Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
otissv committed Dec 31, 2015
0 parents commit 00dec62
Show file tree
Hide file tree
Showing 3,857 changed files with 67,675 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
30 changes: 30 additions & 0 deletions .babelrc
@@ -0,0 +1,30 @@
{
"presets": ["react", "es2015", "stage-2"],
"env": {
// this plugin will be included only in development mode, e.g.
// if NODE_ENV (or BABEL_ENV) environment variable is not set
// or is equal to "development"
"development": {
"plugins": [
// must be an array with options object as second item
["react-transform", {
// must be an array of objects
"transforms": [{
// can be an NPM module name or a local path
"transform": "react-transform-hmr",
// see transform docs for "imports" and "locals" dependencies
"imports": ["react"],
"locals": ["module"]
}, {
// you can have many transforms, not just one
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
// by default we only look for `React.createClass` (and ES6 classes)
// but you can tell the plugin to look for different component factories:
// factoryMethods: ["React.createClass", "createClass"]
}]
]
}
}
}
49 changes: 49 additions & 0 deletions .eslintrc
@@ -0,0 +1,49 @@
{
"parser": "babel-eslint",

"env": {
"browser": true,
"node": true,
"mocha": true,
},

"globals": {
"process.env": true
},

"plugins": [
"smells",
"react"
],

"extends": "standard",

"rules": {
"key-spacing": 0,
"no-trailing-spaces": 0,
"no-multiple-empty-lines": [2, {"max": 2}],
"padded-blocks": 0,
"semi": [2, "always"],

"smells/no-switch": 1,
"smells/no-complex-switch-case": 1,
"smells/no-setinterval": 1,
"smells/no-this-assign": 1,
"smells/no-complex-string-concat": 1,
"smells/no-complex-chaining": 0,

"react/display-name": 0,
"react/jsx-no-undef": 2,
"react/jsx-sort-props": 0,
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/no-did-mount-set-state": 2,
"react/no-did-update-set-state": 2,
"react/no-multi-comp": 0,
"react/no-unknown-property": 2,
"react/prop-types": 2,
"react/react-in-jsx-scope": 2,
"react/self-closing-comp": 2,
"react/wrap-multilines": 0,
}
}
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
# Include your project-specific ignores in this file
node_modules
components
2 changes: 2 additions & 0 deletions .npmignore
@@ -0,0 +1,2 @@
components
src
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
# React UIkit Components Documentation

<p>
A collection of react components using <a href=http://getuikit.com/>UIkit CSS framework<a>.
<p/>

This module does not contain any components as they all have their own modules.

<p>
Components and documentation can be found at <a href='https://github.com/otissv/react-uikit-components'>react-uikit-components</a>
</a>
</p>

<section>
<h2>License</h2>
<p>MIT</p>
</section>
1 change: 1 addition & 0 deletions docs/images/placeholder_120x255.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x100.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x150_1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x150_2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x150_3.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x150_4.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_200x200.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_300x455.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_400x200.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_400x250.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_480x260.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_600x400.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_600x400_2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_800x280.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/placeholder_avatar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/uikit-tutorial.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/scripts/0.0048e65d5841996eba86.hot-update.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/scripts/0.004d3dfb0b42843a1de4.hot-update.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/scripts/0.0055821db666abc56923.hot-update.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/scripts/0.0055ec61485a171141cf.hot-update.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/scripts/0.0061c941b0480986e9b8.hot-update.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/scripts/0.00696ddf042b0b6d0531.hot-update.js

Large diffs are not rendered by default.

0 comments on commit 00dec62

Please sign in to comment.