{"id":25906561,"url":"https://github.com/nathanwalker/ns-tailwind-4-examples","last_synced_at":"2025-11-28T13:06:17.289Z","repository":{"id":280205492,"uuid":"941228806","full_name":"NathanWalker/ns-tailwind-4-examples","owner":"NathanWalker","description":"NativeScript 🎨 Tailwindcss v4 examples using Angular, React, Solid, Svelte, TypeScript and Vue","archived":false,"fork":false,"pushed_at":"2025-09-15T17:13:34.000Z","size":416,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T19:11:47.322Z","etag":null,"topics":["nativescript","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NathanWalker.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":"2025-03-01T19:46:50.000Z","updated_at":"2025-07-21T04:57:39.000Z","dependencies_parsed_at":"2025-03-02T00:35:50.592Z","dependency_job_id":null,"html_url":"https://github.com/NathanWalker/ns-tailwind-4-examples","commit_stats":null,"previous_names":["nathanwalker/ns-tailwind-4-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NathanWalker/ns-tailwind-4-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fns-tailwind-4-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fns-tailwind-4-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fns-tailwind-4-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fns-tailwind-4-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanWalker","download_url":"https://codeload.github.com/NathanWalker/ns-tailwind-4-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fns-tailwind-4-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27308388,"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","status":"online","status_checked_at":"2025-11-28T02:00:06.623Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nativescript","tailwindcss"],"created_at":"2025-03-03T06:15:15.553Z","updated_at":"2025-11-28T13:06:17.267Z","avatar_url":"https://github.com/NathanWalker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tailwindcss v4 with NativeScript\n\n\u003cimg width=\"1507\" alt=\"Screenshot 2025-03-01 at 3 49 24 PM\" src=\"https://github.com/user-attachments/assets/a8e64faa-7c32-4c47-9cdf-584a5eee7bef\" /\u003e\n\nNativeScript (8.9+) apps using Angular, React, Solid, Svelte, TypeScript and Vue with [Tailwindcss v4](https://tailwindcss.com/)\n\n- [Tailwindcss v4 with NativeScript](#tailwindcss-v4-with-nativescript)\n- [Try an example](#try-an-example)\n\n## Try an example\n\nPrerequisites:\n- [NativeScript Environment Setup](https://docs.nativescript.org/environment-setup.html)\n- node \u003e=20 (recommend 20.12.x or higher)\n  \n\u003cimg src=\"https://angular.dev/assets/images/press-kit/angular_wordmark_gradient.png\" width=\"100\"/\u003e\n\n```\ncd nativescript-angular\nns debug ios\nns debug android\n```\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/1000px-React-icon.svg.png\" width=\"60\"/\u003e\n\n```\ncd nativescript-react\nns debug ios\nns debug android\n```\n\n\u003cimg src=\"https://www.solidjs.com/img/logo/without-wordmark/logo.png\" width=\"60\"/\u003e\n\n```\ncd nativescript-solid\nns debug ios\nns debug android\n```\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Svelte_Logo.svg/996px-Svelte_Logo.svg.png?20191219133350\" width=\"60\"/\u003e\n\n```\ncd nativescript-svelte\nns debug ios\nns debug android\n```\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1024px-Typescript_logo_2020.svg.png?20221110153201\" width=\"60\"/\u003e\n\n```\ncd nativescript-typescript\nns debug ios\nns debug android\n```\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/1024px-Vue.js_Logo_2.svg.png?20170919082558\" width=\"60\"/\u003e\n\n```\ncd nativescript-vue\nns debug ios\nns debug android\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fns-tailwind-4-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanwalker%2Fns-tailwind-4-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fns-tailwind-4-examples/lists"}