{"id":18007653,"url":"https://github.com/orizens/-orizens-react-be","last_synced_at":"2026-01-04T10:45:23.315Z","repository":{"id":46027901,"uuid":"345483270","full_name":"orizens/-orizens-react-be","owner":"orizens","description":"bootstrap element primitive component with utility classes and auto-completion - a la \"styled\" jsx, just with readable classes","archived":false,"fork":false,"pushed_at":"2024-09-06T06:24:58.000Z","size":4316,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T19:01:36.090Z","etag":null,"topics":["bootstrap","react"],"latest_commit_sha":null,"homepage":"https://orizens.github.io/-orizens-react-be/","language":"CSS","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/orizens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-08T00:07:48.000Z","updated_at":"2024-02-09T21:45:46.000Z","dependencies_parsed_at":"2024-10-30T01:37:59.754Z","dependency_job_id":null,"html_url":"https://github.com/orizens/-orizens-react-be","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"292ac1a7dc636d31442efddf01cca77843228b7b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orizens%2F-orizens-react-be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orizens%2F-orizens-react-be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orizens%2F-orizens-react-be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orizens%2F-orizens-react-be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orizens","download_url":"https://codeload.github.com/orizens/-orizens-react-be/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245654174,"owners_count":20650817,"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":["bootstrap","react"],"created_at":"2024-10-30T01:14:05.717Z","updated_at":"2026-01-04T10:45:23.286Z","avatar_url":"https://github.com/orizens.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @orizens/react-be\n\n\u003e Bootstrap Element is a primitive component with typed utility classes and auto-completion - a la \u0026#x27;styled\u0026#x27; jsx, just with readable classes\n\n[![NPM](https://img.shields.io/npm/v/@orizens/react-be.svg)](https://www.npmjs.com/package/@orizens/react-be) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install React-BE\n\n```bash\nnpm install --save @orizens/react-be\n```\n\nMake sure your project includes bootstrap.\n\n## WHY?\n\nBootstrap is still popular and along with that, react-bootstrap is as well.\nReact-BE solves the problem of development experience and adds auto-completion for bootstrap utility functions.\n\n## DEMO\n\nhttps://orizens.github.io/-orizens-react-be/\n\n## Usage\n\n```tsx\nimport React, { Component } from 'react'\n\nimport { Be, Row, H4, Section, Flex, Div, Ol, Li } from '@orizens/react-be'\n\nfunction Example() {\n  return (\n    \u003cSection\u003e\n      \u003cH4 text='dark'\u003eReact-BE\u003c/H4\u003e\n      \u003cColumn col='10'\u003e\n        \u003cBe flex='row' overflow='auto'\u003ereact-be is a time saver\u003c/Be\u003e\n        \u003cFlex flex='row'\u003e\n          \u003cDiv\u003e\n            \u003cOl\u003e\n              \u003cLi\u003ethere are more elements - with FULL Typescript support\u003c/Li\u003e\n              \u003cLi\u003emore elements are coming soon...\u003c/Li\u003e\n            \u003c/Ol\u003e\n          \u003c/Div\u003e\n        \u003c/Flex\u003e\n      \u003c/Column\u003e\n    \u003c/Section\u003e\n  )\n}\n```\n\n## Support HTML-Elements powered by React-BE\n\nthese are the elements that are available with React-Be typings:\n\nFlex, Column, Row, P, Img, Li, on, Div, Section, Ol, Ul, Span, H1, H2, H3, H4, H5, H6\n\nmore to come.\n\n## Future Features\n\n- [x] support these elements with typescript: img\n- [x] support column size\n- [ ] support responsive variations (i.e, flex-md-column, col-md-2)\n- [ ] add support for mulitple values for special utilities (or all)\n- [x] add built in utility-elements: Flex, Column, Row, P, Img, Li, on, Div, Section, Ol, Ul, Span, H1, H2, H3, H4, H5, H6\n- [ ] add more built in utility/html-elements: b, em, nav, footer, a, etc..\n\n## License\n\nMIT © [orizens](https://github.com/orizens)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forizens%2F-orizens-react-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forizens%2F-orizens-react-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forizens%2F-orizens-react-be/lists"}