UI
This part of the documentation describe the headless part of the UI components, not the components themselves. It only concerns you if you intend to create new UI components, and/or add support for a new framework.
TIP
If you want actual usable components you can test and integrate in your app, please check out the Vue 3 components.
VueJS
is currently the only framework supported, but more may come in the future.
Introduction
Because Banquette
has been designed
from the ground up to be as independent as possible from any library or framework, the logic of its UI components
has been divided in two parts:
- The headless part (discussed here): it holds the main logic of the component and maintains a very strict separation with the view,
- The view: that's the concrete component the user will interact with. It could use
VueJS
,React
,Angular
, or any other technology (or even no framework at all).
WARNING
The UI doc is a work in progress.
This package is still in active development and some functionalities may change drastically.
This page will be updated as soon as its inner workings are stabilized.