https://github.com/lu2000luk/sprayui
A simple UI library made in Svelte and TailwindCSS
https://github.com/lu2000luk/sprayui
svelte tailwindcss ui
Last synced: 29 days ago
JSON representation
A simple UI library made in Svelte and TailwindCSS
- Host: GitHub
- URL: https://github.com/lu2000luk/sprayui
- Owner: lu2000luk
- Created: 2024-11-03T14:11:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:21:22.000Z (over 1 year ago)
- Last Synced: 2025-10-13T15:39:46.951Z (8 months ago)
- Topics: svelte, tailwindcss, ui
- Language: Svelte
- Homepage: https://sprayui.lu2000luk.com/
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spray UI
A simple UI library made by lu2000luk with SvelteKit and TailwindCSS.
## How to use
Go into `src/lib/components` to find every single component, then find the one you need and integrate it in your application.
## Colors
Your application should use the following settings in the `tailwind.config.ts` file:
```ts
colors: {
'text': [],
'background': [],
'primary': [],
'secondary': [],
'accent': [],
},
```
As those colors are used in the components.
## Fonts
The font used in the website is `Azeret Mono` from [Google Fonts](https://fonts.google.com/specimen/Azeret+Mono).
If you want to use these components a font like this should be the best one to use for a better UI.