{"id":13580235,"url":"https://github.com/daybrush/css-styled","last_synced_at":"2025-08-21T23:08:40.030Z","repository":{"id":57145474,"uuid":"192083021","full_name":"daybrush/css-styled","owner":"daybrush","description":"⚖️ This component is a lightweight, simple line style component.","archived":false,"fork":false,"pushed_at":"2024-06-03T09:30:36.000Z","size":2874,"stargazers_count":15,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T23:29:03.723Z","etag":null,"topics":["component","lightweight","react","simple","style","styled","styled-components"],"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/daybrush.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-15T13:40:21.000Z","updated_at":"2024-07-15T05:04:19.000Z","dependencies_parsed_at":"2024-06-18T16:48:19.169Z","dependency_job_id":"baa8774c-1c20-4ee9-9119-b1a69a7cb0d1","html_url":"https://github.com/daybrush/css-styled","commit_stats":{"total_commits":81,"total_committers":3,"mean_commits":27.0,"dds":0.345679012345679,"last_synced_commit":"51fb10e66da6c8e2ca3c121b614a54e527617f08"},"previous_names":["daybrush/css-styler"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daybrush%2Fcss-styled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daybrush%2Fcss-styled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daybrush%2Fcss-styled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daybrush%2Fcss-styled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daybrush","download_url":"https://codeload.github.com/daybrush/css-styled/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234970026,"owners_count":18915304,"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":["component","lightweight","react","simple","style","styled","styled-components"],"created_at":"2024-08-01T15:01:49.018Z","updated_at":"2025-01-23T02:22:45.961Z","avatar_url":"https://github.com/daybrush.png","language":"TypeScript","readme":"\n\u003ch2 align=\"middle\"\u003ecss-styled\u003c/h2\u003e\n\u003cp align=\"middle\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/css-styled\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/css-styled.svg?style=flat-square\u0026color=007acc\u0026label=version\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/language-typescript-blue.svg?style=flat-square\"/\u003e\n\u003ca href=\"https://github.com/daybrush/css-styled/blob/master/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/github/license/daybrush/css-styled.svg?style=flat-square\u0026label=license\u0026color=08CE5D\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"middle\"\u003eThis component is a lightweight, simple line style component.\u003c/p\u003e\n\n## 📄 API Documents\n* [API documentation](https://daybrush.com/css-styled/release/latest/doc/)\n\n## ⚙️ Installation\n### npm\n```bash\n$ npm install css-styled\n```\n\n### scripts\n\n```html\n\u003cscript src=\"//daybrush.com/css-styled/release/latest/dist/css-styled.min.js\"\u003e\u003c/script\u003e\n```\n\n## 🚀 How to use\n```ts\n\nimport styled from \"css-styled\";\n\nconst cssStyled = styled(`\n{\n    display: block;\n}\n.a {\n    display: none;\n}\n`);\n\nconst result = cssStyled.inject(document.body);\n\nresult.destroy();\n```\n\n## ⭐️ Show Your Support\nPlease give a ⭐️ if this project helped you!\n\n## 👏 Contributing\n\nIf you have any questions or requests or want to contribute to `css-styled` or other packages, please write the [issue](https://github.com/daybrush/css-styled/issues) or give me a Pull Request freely.\n\n## 🐞 Bug Report\n\nIf you find a bug, please report to us opening a new [Issue](https://github.com/daybrush/css-styled/issues) on GitHub.\n\n\n## 📝 License\n\nThis project is [MIT](https://github.com/daybrush/css-styled/blob/master/LICENSE) licensed.\n\n```\nMIT License\n\nCopyright (c) 2019 Daybrush\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaybrush%2Fcss-styled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaybrush%2Fcss-styled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaybrush%2Fcss-styled/lists"}