Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 2.22 KB

README.md

File metadata and controls

97 lines (69 loc) · 2.22 KB


XL Software UI - fully JSDoc documented, SSR compatible, type safe Svelte 4 UI-kit


XL Software UI - next-gen Svelte UI-kit for creating beautiful interfaces with excellent UX

🔗 Useful Links

💾 Installation

From scratch:

npm create @xl-soft/ui@latest

Import in existing project:

npm i @xl-soft/ui@latest

Then add to your tsconfig.json

{
    "compilerOptions": {
        "moduleResolution": "Bundler"
    },
}

You are ready to go!

Template

📄 Documentation

JSDoc

All components, functions and types are documented with JSDoc for beatiful developer expirience

JSDoc Tooltip

Full documentation

⚠️ WORK IN PROGRESS ⚠️

👋 Community

⚠️ WORK IN PROGRESS ⚠️

💸 Donations

⚠️ WORK IN PROGRESS ⚠️

🐞 Bug report


📜 License

MIT