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.
- Host: GitHub
- URL: https://github.com/willyallop/functionalities
- Owner: WillYallop
- Created: 2022-07-14T20:59:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:19:18.000Z (about 3 years ago)
- Last Synced: 2025-04-03T20:14:11.925Z (about 1 year ago)
- Topics: animations, backend, carousel, disclosure, form-validation, frontend, media, sticky-headers, toggler, typescript, webcomponents
- Language: TypeScript
- Homepage:
- Size: 2.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)