Skip to content

🌟 Sveltevely Ugly Bundle πŸŽ‰ - A Collection of Quick and Dirty Reusable Svelte Components and Helpers! πŸ§ͺπŸ’‘

License

Notifications You must be signed in to change notification settings

janvotava/sveltevely-ugly-bundle

Repository files navigation

Sveltevely Ugly Bundle πŸŽ‰

🌟 A Collection of Quick and Dirty Reusable Svelte Components and Helpers 🌟

Welcome to the Sveltevely Ugly Bundle! This package is a treasure trove of hilariously handy Svelte components and helpers that might not win any beauty contests but get the job done! πŸ˜„

Features

🎁 Reusable Components: Dive into our collection of Svelte components that are designed to be dropped into your projects with ease. They may not be the prettiest, but boy, are they efficient!

⚑️ Quick and Dirty: Our components and helpers are built for speed! We've spared no expense on pixel-perfect designs or fancy animations. Instead, we focused on providing you with lightweight, lightning-fast solutions. πŸ’¨

🧰 Helper Functions: Need a hand with some common tasks? We've got you covered! Our package includes a range of helper functions to make your Svelte development experience a breeze.

Installation

To install the Sveltevely Ugly Bundle, simply use your favorite package manager:

npm install sveltevely-ugly-bundle

If you want to use Tailwind CSS with our components, you'll need to enable scanning for Tailwind directives in your tailwind.config.cjs file:

	content: [
		'./src/**/*.{html,js,svelte,ts}',

		// Add this line to your content array
		require('path').join(require.resolve(
			'sveltevely-ugly-bundle'),
			'../**/*.{html,js,svelte,ts}'
		)
	],

Contributing

If you're feeling adventurous and want to add your own ugly components or helpful helpers to the mix, we'd love to see your contributions! Fork this repository, make your changes, and submit a pull request. Let's make the Sveltevely Ugly Bundle even uglier together! πŸ˜‚

Support

For any questions, issues, or if you just want to share your love for our ugly components, feel free to reach out to us. We're here to help!

License

This package is licensed under the MIT License. See the LICENSE file for details.

🌈 Thank you for choosing the Sveltevely Ugly Bundle! We hope our quirky collection of components and helpers brings joy and efficiency to your Svelte projects. Happy coding! ✨

About

🌟 Sveltevely Ugly Bundle πŸŽ‰ - A Collection of Quick and Dirty Reusable Svelte Components and Helpers! πŸ§ͺπŸ’‘

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published