@thesez-vous/tv-component-library
v0.0.7
Published
This library contains re-usable components used when creating Svelte applications for the [Thèsez-Vous](https://www.thesez-vous.com) Non-profit
Downloads
3
Readme
Thèsez-Vous Svelte Component Library
This library contains re-usable components used when creating Svelte applications for the Thèsez-Vous Non-profit
Components
Button
A simple button component which has 2 parameters and 1 event
- lightMode (boolean) which inverses colors scheme
- text (string) which is the button title
- clicked (Event) which is an event dispatcher occuring when the button is clicked.