Alpine Toolkit
![npm version](https://badge.fury.io/js/alpine-toolkit.svg)
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.