π 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! π
π 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.
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}'
)
],
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! π
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!
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! β¨