{"id":20489327,"url":"https://github.com/deepsquare-io/turbine","last_synced_at":"2026-01-11T02:59:05.218Z","repository":{"id":57106764,"uuid":"428265268","full_name":"deepsquare-io/turbine","owner":"deepsquare-io","description":"Efficient wrapper to build Tailwind-based React components easily.","archived":false,"fork":false,"pushed_at":"2021-12-23T10:17:16.000Z","size":95,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T13:32:46.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/deepsquare-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-15T13:00:32.000Z","updated_at":"2021-12-23T10:16:13.000Z","dependencies_parsed_at":"2022-08-21T02:30:33.659Z","dependency_job_id":null,"html_url":"https://github.com/deepsquare-io/turbine","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsquare-io%2Fturbine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsquare-io%2Fturbine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsquare-io%2Fturbine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsquare-io%2Fturbine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepsquare-io","download_url":"https://codeload.github.com/deepsquare-io/turbine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365640,"owners_count":20765546,"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-11-15T17:12:28.127Z","updated_at":"2026-01-11T02:59:05.191Z","avatar_url":"https://github.com/deepsquare-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@deepsquare/turbine`\n\nZero-dependencies efficient wrapper to build Tailwind-based React components easily.\n\n## Dependencies\n\n- React 17+ since we are using the new\n  React [JSX Transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)\n- No other dependency! :tada:\n\n## Installation\n\nSimply use your favorite package manager and install\n\n```shell\nnpm install @deepsquare/turbine\n# or\nyarn add @deepsquare/turbine\n# or\npnpm install @deepsquare/turbine\n```\n\n## Usage\n\nThis package only contains a single function `turbine` with allow creating components.\n\nBootstrap-like card:\n\n```typescript jsx\nimport turbine from './turbine';\n\nconst Card = turbine('div', 'px-6 py-4 rounded bg-grey-200');\nexport default Card;\n```\n\nThird-parameter call be used to pass defaultProperties to the underlying component.\n\n```typescript jsx\nimport turbine from './turbine';\n\nconst Card = turbine('div', 'px-6 py-4 rounded bg-grey-200', {\n  style: { minWidth: '320px' },\n});\nexport default Card;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsquare-io%2Fturbine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepsquare-io%2Fturbine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsquare-io%2Fturbine/lists"}