{"id":28443182,"url":"https://github.com/jjosh102/Blazor.Tailwind.Templates","last_synced_at":"2025-06-29T11:30:53.051Z","repository":{"id":268644919,"uuid":"905047396","full_name":"jjosh102/Blazor.Tailwind.Templates","owner":"jjosh102","description":"Blazor template using Tailwind CSS","archived":false,"fork":false,"pushed_at":"2025-04-02T00:13:07.000Z","size":26786,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T07:01:51.899Z","etag":null,"topics":["blazor","csharp","show","tailwind","template"],"latest_commit_sha":null,"homepage":"https://jjosh102.github.io/Blazor.Tailwind.Templates/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjosh102.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2024-12-18T03:55:39.000Z","updated_at":"2025-05-15T16:48:31.000Z","dependencies_parsed_at":"2024-12-23T03:26:28.964Z","dependency_job_id":"fa0db7a4-9f92-4c78-9847-6f90dc2c803c","html_url":"https://github.com/jjosh102/Blazor.Tailwind.Templates","commit_stats":null,"previous_names":["obaki102/blazor.tailwind.templates","joshjlp/blazor.tailwind.templates","jjosh102/blazor.tailwind.templates"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/jjosh102/Blazor.Tailwind.Templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjosh102%2FBlazor.Tailwind.Templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjosh102%2FBlazor.Tailwind.Templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjosh102%2FBlazor.Tailwind.Templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjosh102%2FBlazor.Tailwind.Templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjosh102","download_url":"https://codeload.github.com/jjosh102/Blazor.Tailwind.Templates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjosh102%2FBlazor.Tailwind.Templates/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262585550,"owners_count":23332671,"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":["blazor","csharp","show","tailwind","template"],"created_at":"2025-06-06T07:01:36.312Z","updated_at":"2025-06-29T11:30:53.030Z","avatar_url":"https://github.com/jjosh102.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blazor.Tailwind.Templates\n\n[![Nuget version](https://img.shields.io/nuget/v/Blazor.Tailwind.Templates?color=ff4081\u0026label=nuget%20version\u0026logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Blazor.Tailwind.Templates/)\n[![Nuget downloads](https://img.shields.io/nuget/dt/Blazor.Tailwind.Templates?color=ff4081\u0026label=nuget%20downloads\u0026logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/Blazor.Tailwind.Templates/)\n\n## Getting Started\n\n### Installation\n\n```sh\ndotnet new install Blazor.Tailwind.Templates\n```\n\n### Usage\n\nYou can specify different interactivity options using the `--interactivity` option. The available options are `none`, `server`, `auto`, and `wasm`.\n\n#### Interactivity: none\n\n```sh\ndotnet new blazortailwind --interactivity none -o MyApplication\n```\n\n#### Interactivity: server\n\n```sh\ndotnet new blazortailwind --interactivity server -o MyApplication\n```\n\n#### Interactivity: auto\n\n```sh\ndotnet new blazortailwind --interactivity auto -o MyApplication\n```\n\n\u003e **Important Note for Auto Interactivity**: Since Tailwind is compiled on the server project, components in different projects like the client won't generate the needed CSS output. As a workaround, include all the styles in the `BuildCss.razor` component so they are compiled and available for the client components. Another option would be to create a centralized components project where Tailwind can build the CSS.\n\n#### Interactivity: wasm\n\n```sh\ndotnet new blazortailwind --interactivity wasm -o MyApplication\n```\n\n### Usage with Framework\n\nTo specify the framework, use the `--framework` option. You can use `net8.0`, `net9.0`, or both `net8.0;net9.0` (*Note that this is only applicable if the interactivity is `wasm` for now*).\n\n```sh\ndotnet new blazortailwind --interactivity wasm --framework net8.0 -o MyApplication\n```\n\n```sh\ndotnet new blazortailwind --interactivity wasm --framework net9.0 -o MyApplication\n```\n\n```sh\ndotnet new blazortailwind --interactivity wasm --framework \"net8.0;net9.0\" -o MyApplication\n```\n\n### [Sample site with theme](https://jjosh102.github.io/Blazor.Tailwind.Templates/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjosh102%2FBlazor.Tailwind.Templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjosh102%2FBlazor.Tailwind.Templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjosh102%2FBlazor.Tailwind.Templates/lists"}