Skip to content

Drag and drop placeholder fro React using the UIKit CSS framework

Notifications You must be signed in to change notification settings

otissv/react-uikit-placeholder

Repository files navigation

#React UIkit Placeholder

Create a placeholder space that can be used for uploading files via drag and drop.

See http://otissv.github.io/react-uikit-components/ for docs.

##Usage The master branch has been updated to React 15. To use with React 0.14 checkout 0.14 branch.

UIkit css is not included. You can get it from getuikit.com

###Installation

npm install react-uikit-placeholder --save;

// ES6
import Placeholder from 'react-uikit-placeholder';

// ES5
var Placeholder = require('react-uikit-placeholder')

###Example

<Placeholder>...</Placeholder>

##Tests

npm run testto run tests with minimal output.
npm run test:spec to run tests with detailed output.
npm run test:watch watches all directories and run tests with minimal output on file changes.

##Build npm run build to build files fro distribution.
npm run build:watch watches src directory and builds files on changes.

##Lint npm run lint lints scripts in src directory.
npm run lint:watch watches src directory and lints scripts in src directory.

##License MIT

About

Drag and drop placeholder fro React using the UIKit CSS framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published