esvelted
Welcome to esvelted, a powerful Form Builder library built with Svelte, TypeScript, Tailwind CSS, and powered by the sleek Skeleton UI. Designed for developers who want to create dynamic and elegant forms in no time, this library makes form creation as simple as it gets.
Features
- Dynamic form creation: Craft unique and diverse forms suited for every occasion.
- Intuitive design: Leverage the simplicity and extensibility of Svelte, TypeScript, and Tailwind CSS.
- Styled with Skeleton UI: Enjoy the benefits of a clean and responsive UI framework.
Development
npm install
pnpm install
Start your dev server:
```bash
npm run dev
```
```bash
pnpm dev
```
Everything inside src/lib is part of your library, while everything inside src/routes can be used as a showcase or preview app.
Contributing
Contributions are always welcome. Here's how you can help:
- Fork the repository.
- Clone the forked repo to your local machine.
-
Create a new branch from the
master
branch. - Make your changes.
- Push your changes to your forked repo.
-
Submit a pull request to the
master
branch.