{"id":15059316,"url":"https://github.com/brob/eleventy-plugin-tailwind-components","last_synced_at":"2026-01-02T21:52:01.837Z","repository":{"id":40330452,"uuid":"492250487","full_name":"brob/eleventy-plugin-tailwind-components","owner":"brob","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T20:10:03.000Z","size":100,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T19:06:39.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-14T15:12:54.000Z","updated_at":"2024-04-10T20:33:32.000Z","dependencies_parsed_at":"2024-11-12T16:48:54.089Z","dependency_job_id":"597078d1-b637-4e88-b3db-f86ebebe5727","html_url":"https://github.com/brob/eleventy-plugin-tailwind-components","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"4af3cbe36c3a95550197d6715fd7fabdc9a5080f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"5t3ph/eleventy-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Feleventy-plugin-tailwind-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Feleventy-plugin-tailwind-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Feleventy-plugin-tailwind-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Feleventy-plugin-tailwind-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brob","download_url":"https://codeload.github.com/brob/eleventy-plugin-tailwind-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801609,"owners_count":20350106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T22:41:05.956Z","updated_at":"2026-01-02T21:52:01.810Z","avatar_url":"https://github.com/brob.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyper UI Plugin for 11ty\n\nThis plugin gives shortcode access to a (currently) subset of [HyperUI](https://www.hyperui.dev/) by [Mark Mead](https://twitter.com/itsmarkmead).\n\n\n\n## Usage\n\nDescribe how to install your plugin, such as:\n\n```bash\nnpm install eleventy-plugin-tailwind-components\n```\n\nThen, include it in your `.eleventy.js` config file:\n\n```js\nconst tailwind = require(\"eleventy-plugin-tailwind-components\");\n\nmodule.exports = (eleventyConfig) =\u003e {\n  eleventyConfig.addPlugin(tailwind);\n};\n```\n\n## Current templates\n\n### Card templates\n\n```html\n{% tailwind card \u003ccardtype\u003e dataObject %}\n```\n\n| property      | Type | Description       |\n| ----------- | ---- | ------------- |\n| title | string | A title for the card |\n| description | string | a short description to show on the card |\n| url | string | optional url |\n| image | string | Url to an image to use in image-based cards |\n\n| Card type | accepted data | description |\n| ----------- | ---- | ------------- |\n| gradient | title, description, url | Simple card with gradient border |\n| image | title, description, image, url | Dark background card with image |\n| borderImage | title, description, image, url | Simple light background, bordered card |\n| simpleHover | title, description, image, url | Simple light background, bordered card shows icon and title and then on hover shows description |\n\n\n## Alert Templates\n```\n{% tailwind \"alerts\" \"simple\" data %}\n```\n\n| property      | Type | Description       |\n| ----------- | ---- | ------------- |\n| title | string | A title for the card |\n| color | string | A tailwind color (default: sky) |\n| description | string | an optional short description to show on the card |\n| url | string | optional url |\n\n\n\n| Alert type | accepted data | description |\n| ----------- | ---- | ------------- |\n| simple | text, color, description, url | text alert banner |\n\n\n## Announcement template\n\n```\n{% tailwind \"announcements\" \"top\" data %}\n```\n| property      | Type | Description       |\n| ----------- | ---- | ------------- |\n| text | string | Text for the announcment |\n| color | string | A tailwind color (default: indigo) |\n| url | string | optional url |\n| linkText | string | Text for the optional link |\n\n| Announcement type | accepted data | description |\n| ----------- | ---- | ------------- |\n| top | text, description, url, linkText | Announcement banner top of page |\n| bottom | text, description, url, linkText | Announcement banner sticky bottom of page |\n| floatingBottom | text, description, url, linkText | Announcement banner sticky bottom of page (not full width) |\n\n\n## Credits\n\nComponents from [HyperUI](https://www.hyperui.dev/) by [Mark Mead](https://twitter.com/itsmarkmead)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrob%2Feleventy-plugin-tailwind-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrob%2Feleventy-plugin-tailwind-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrob%2Feleventy-plugin-tailwind-components/lists"}