A simple UI library made by lu2000luk with SvelteKit and TailwindCSS.
Go into src/lib/components
to find every single component, then find the one you need and integrate it in your application.
Your application should use the following settings in the tailwind.config.ts
file:
colors: {
'text': [],
'background': [],
'primary': [],
'secondary': [],
'accent': [],
},
As those colors are used in the components.
The font used in the website is Azeret Mono
from Google Fonts.
If you want to use these components a font like this should be the best one to use for a better UI.