sveltevely-ugly-bundle

Sveltevely Ugly Bundle

๐ŸŒŸ Sveltevely Ugly Bundle ๐ŸŽ‰ - A Collection of Quick and Dirty Reusable Svelte Components and Helpers! ๐Ÿงช๐Ÿ’ก

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! โœจ

Top categories

Loading Svelte Themes