v1 version released, full support for Svelte 5, Tailwind CSS v4, and TypeScript.
Support multi-theme configuration @0.4.0.
Completed the template scaffolding tool create-stdf, Vite/Rollup plugin rollup-plugin-stdf-icon, and VS Code plugin STDF for VS Code for STDF.
Adapted for Svelte 4 while remaining compatible with Svelte 3 (v0.2.0).
Featured in Ruan Yifeng's weekly-issue No. 259.
Separate component source code and documentation to avoid large node_modules size.
First commit.
The component library has been developed to a usable level and is now officially open source. During this period, the workload included UI design of the component library (Figma source files will be added later), logic development of the component library, bilingual comments in the source code, building demo projects in both Chinese and English, debugging various APIs, writing documentation for the component library in both Chinese and English, setting up a documentation website, designing a logo, creating a 3D model for the homepage, deploying the documentation website, purchasing domain names and CDN...
New folder created.
As early as 2021 when developing simple-cloud-music, I found that writing Svelte was very enjoyable but there seemed to be no mobile-oriented UI component libraries on the market. So I came up with an idea to develop a mobile-oriented Svelte UI component library. Later on I discovered Tailwind CSS which impressed me deeply with its excellent development experience. Therefore I decided to use Svelte combined with Tailwind to develop a mobile-oriented UI component library.