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

bespoke-forms

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-forms

Form element support for Bespoke.js

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
decreased by-21.05%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

bespoke-forms

Form element support for Bespoke.js

Prevent keyboard events inside form elements from interacting with the presentation.

Download

Download the production version or the development version, or use a package manager.

Usage

First, include both bespoke.js and bespoke-forms.js in your page.

Then, simply include the plugin when instantiating your presentation.

bespoke.horizontal.from('article', {
  forms: true
});

Package managers

Bower

$ bower install bespoke-forms

npm

$ npm install bespoke-forms

The bespoke-forms npm package is designed for use with browserify, e.g.

require('bespoke');
require('bespoke-forms');

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

Keywords

FAQs

Package last updated on 27 Nov 2013

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