An open API service indexing awesome lists of open source software.

https://github.com/willyallop/functionalities

A comprehensive collection of utility packages designed for both front-end and back-end applications. Our aim is to simplify the implementation of common components, functionality, and features, while maintaining performance, accessibility standards, and progressive enhancements where possible.
https://github.com/willyallop/functionalities

animations backend carousel disclosure form-validation frontend media sticky-headers toggler typescript webcomponents

Last synced: about 2 months ago
JSON representation

A comprehensive collection of utility packages designed for both front-end and back-end applications. Our aim is to simplify the implementation of common components, functionality, and features, while maintaining performance, accessibility standards, and progressive enhancements where possible.

Awesome Lists containing this project

README

          

# Functionalities

Functionalities is a collection packages for the backend and frontend that aims to make developers lives easier.

## Backend Packages:

- [@functionalities/mediakit](/packages/mediakit/README.md)

## Frontend Packages:

A core principle for these packages is that they should be easy to use, accessibility first, and if suitable: configured primarily in HTML markup to reduce the weight of your JS bundle.

- [@functionalities/webcomponents](/packages/webcomponents/README.md)
- [Carousel](/packages/webcomponents/src/components/carousel)
- [Enhanced Details](/packages/webcomponents/src/components/enhanced-details)
- [Details Disclosure](/packages/webcomponents/src/components/detail-disclosure)
- [Checkbox Toggler](/packages/webcomponents/src/components/checkbox-toggler)
- [Sticky Header](/packages/webcomponents/src/components/sticky-header)
- [Animate](/packages/webcomponents/src/components/animate)
- [@functionalities/toggler](/packages/toggler/README.md)