Mobile web component library based on Svelte and Tailwind .
Simple • Thin • Design • Fast
If you have a project configured with Svelte and Tailwind, install directly.
pnpm i stdf -D
# or
npm i stdf -D
# or
bun i stdf -D
<!-- Button Demo -->
<script>
import { Button } from 'stdf';
</script>
<Button>Default</Button>
You can try using create-stdf to quickly create a project.
pnpm create stdf
# or
npm create stdf@latest
# or
npm init stdf@latest
# or
npx create-stdf@latest
# or
bun create stdf
Alternatively, you can create a Vite project and configure it to use Tailwind CSS and the configurations used by STDF. Refer to Vite & Tailwind CSS & STDF for more information.
Please scan the QR code to access the mobile demo:
You can quickly try STDF on StackBlitz's STDF Demo.
We recommend using GitHub Issues for direct and effective feedback and communication. Contributions of code are also highly appreciated. You can also choose from the following options:
This project is licensed under the MIT License. Feel free to enjoy and contribute to this open-source project.