Ui Package
🖼️ What is UI?
Introduction
The internal @tanglemedia UI package is responsible for, as the name suggests, UI components, plain simple UI components, that we recommend using as much as possible in your SvelteKit projects, so the UI of the projects keeps the same.
In this package we have about 15 different components, with different functionalities, here is a link to check all of the components: @TangleMedia UI Package.
Important Information
Most of @tanglemedia packages are built on top of Flowbite-Svelte, so the recommendation from the developers of the @tanglemedia packages are:
- If the internal @tanglemedia packages have the components or functionalities you are looking for, use it
- If the functionality or component you are looking for is not present in any of the @tanglemedia packages, look for it in Flowbite-Svelte library, they probably will have it.
- If no one has the component or feature you are looking for, make sure to develop it on your own, and make a PR to the packages repo Svelte-Starter, and one of the developers of the @tanglemedia packages will take a look at your new features and implement into the @tanglemedia packages.