{"id":16792187,"url":"https://github.com/demoorjasper/stylish-components","last_synced_at":"2025-04-10T23:51:56.766Z","repository":{"id":65516620,"uuid":"131866260","full_name":"DeMoorJasper/stylish-components","owner":"DeMoorJasper","description":"A component styling library with minimalism and performance in mind","archived":false,"fork":false,"pushed_at":"2019-03-03T09:34:09.000Z","size":125,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T23:51:48.546Z","etag":null,"topics":["components","css-in-js","performance","styled","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DeMoorJasper.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-02T14:55:42.000Z","updated_at":"2019-12-05T11:10:18.000Z","dependencies_parsed_at":"2023-01-26T22:31:22.820Z","dependency_job_id":null,"html_url":"https://github.com/DeMoorJasper/stylish-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeMoorJasper%2Fstylish-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeMoorJasper%2Fstylish-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeMoorJasper%2Fstylish-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeMoorJasper%2Fstylish-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeMoorJasper","download_url":"https://codeload.github.com/DeMoorJasper/stylish-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317706,"owners_count":21083528,"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":["components","css-in-js","performance","styled","web"],"created_at":"2024-10-13T08:44:48.757Z","updated_at":"2025-04-10T23:51:56.752Z","avatar_url":"https://github.com/DeMoorJasper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Stylish components](stylish.png)\n\n[![npm version](https://badge.fury.io/js/tiny-stylish-components.svg)](https://npmjs.org/package/tiny-stylish-components)\n\nStylish components is a blazing fast, lightweight, component styling library similar to `styled-components`.\n\n## Compared to styled-components\n\nThis package is lacking a lot of the features styled-components provides, but provides all the features I personally use. I might add theming and animations if requested or if I need them personally.\n\n### File size comparison\n\n| Type        | styled-components | tiny-stylish-components      |\n|---          |---                |---                           |\n| **Regular** | 43kB              | **3.9kB**                    |\n| **gzipped** | 16.3kB            | **1.7kB**                    |\n\n## Getting started\n\nInstall:\n\n```bash\n  yarn add tiny-stylish-components\n```\n\nor\n\n```bash\n  npm install tiny-stylish-components -S\n```\n\nCreating a component:\n\n```Javascript\nimport { stylish } from 'tiny-stylish-components';\n\nconst Button = stylish.button`\n  background: #ffffff;\n  color: #a2a2a2;\n  border: none;\n`;\n\nrender() {\n  return \u003cButton\u003eI am a button! Click Me!\u003c/Button\u003e;\n}\n```\n\nHave a look at the full [documentation](documentation.md) for more advanced use-cases!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemoorjasper%2Fstylish-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemoorjasper%2Fstylish-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemoorjasper%2Fstylish-components/lists"}