A module to provide an tailwindcss forms bundle.
npm install tailwindcss-forms-bundlerbash
npm install tailwindcss-forms-bundle
`
Usage
$3
To fetch a resource from a specified module, use the fetchIconProvider function. This function requires the icon provider, resource type, token, and base URL as parameters.
`javascript
const { setDefault } = require("tailwindcss-forms-bundler");
setDefault(
"cloudflare",
"icon",
"your-token",
"https://your-base-url.com"
)
.then((data) => {
console.log("Resource data:", data);
})
.catch((error) => {
console.error("Error fetching resource:", error);
});
`
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
Changelog
$3
- Added support for additional Icon modules.
- Improved error handling and retry logic.
- Updated documentation and examples.
---
For more information, please visit the GitHub repository.
``