This package has been deprecated

Author message:

this package has been deprecated

alpine-toolkit
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Alpine Toolkit

npm version

A toolkit for creating interactive web experiences.

Statement

Alpine Toolkit is not a framework but a minimalistic toolkit that has a strong focus on creating progressivily enhanced interactive experiences on a wide range of consumer devices. The goal of the toolkit is to empower the developer to focus on the creative process and less on implementation details, repetitive work and browser specific workarounds. The components in the core of the library are things you will likely need when developing an interactive experience, handle edge-cases (like vendor prefixing, experimental feature support testing and fallbacks) or are things that should inspire the developer to make use of more advanced optimisations that one normally does not have the time to implement and test under short deadlines.

Browser support

Alpine Toolkit supports the latest two versions of evergreen browsers and Internet Explorer 11:

  • Edge
  • Firefox
  • Chrome
  • Chrome Android
  • Safari
  • iOS Safari

Alpine Toolkit does not include any polyfills. It is recommended to use the polyfill.io service in your application.

Installation

Make sure you have Node.js installed.

 $ npm install alpine-toolkit

Development

$ yarn start
 
$ yarn lint
 
$ yarn test
 
$ yarn build

Licence

My work is released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i alpine-toolkit

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

1.02 MB

Total Files

323

Last publish

Collaborators

  • timvanscherpenzeel