{"id":21030907,"url":"https://github.com/chewhx/lyteui","last_synced_at":"2026-04-07T23:31:23.649Z","repository":{"id":57676560,"uuid":"475699849","full_name":"chewhx/lyteui","owner":"chewhx","description":"React UI Library for Lyte Ventures","archived":false,"fork":false,"pushed_at":"2022-05-05T03:35:26.000Z","size":3987,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T05:03:29.797Z","etag":null,"topics":["bootstrap","frontend","mantine","react","react-bootstrap","reactjs","ui","ui-components","ui-library"],"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/chewhx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-30T03:05:55.000Z","updated_at":"2024-03-22T03:03:25.000Z","dependencies_parsed_at":"2022-09-02T15:02:32.637Z","dependency_job_id":null,"html_url":"https://github.com/chewhx/lyteui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chewhx/lyteui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewhx%2Flyteui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewhx%2Flyteui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewhx%2Flyteui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewhx%2Flyteui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chewhx","download_url":"https://codeload.github.com/chewhx/lyteui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewhx%2Flyteui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","frontend","mantine","react","react-bootstrap","reactjs","ui","ui-components","ui-library"],"created_at":"2024-11-19T12:22:17.084Z","updated_at":"2026-04-07T23:31:23.629Z","avatar_url":"https://github.com/chewhx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lyte Ventures UI (alpha)\n\nReact UI Library for applications.\n\n## Table of Contents\n\n\u003c!-- run `npm generate-toc` to auto generate toc --\u003e\n\u003c!-- Do not remove toc tags below --\u003e\n\n\u003c!-- toc --\u003e\n\n\u003c!-- - [Quick Start](#quick-start)\n- [Development](#development) --\u003e\n\n- [Ways to contribute](#ways-to-contribute)\n- [React and Typescript](#react-and-typescript)\n- [Feature request (TBA)](#feature-request-tba)\n- [Reporting bugs and issues (TBA)](#reporting-bugs-and-issues-tba)\n- [Developer contribution and pull requests (TBA)](#developer-contribution-and-pull-requests-tba)\n- [Todos / Roadmap](#todos--roadmap)\n- [License](#license)\n\n\u003c!-- tocstop --\u003e\n\n\u003c!--\n## Quick Start\n\n- Download the latest release\n- Install with npm: `npm install lvui`\n- Install with yarn: `yarn add lvui`\n\n\n## Development\n\n- Clone the repository: `git clone chewhx/lvui`\n- Install dependencies: `cd lvui \u0026\u0026 npm install`\n- Build your components in `src/components`\n- Import into storybook and run storybook to preview components: `npm run storybook` --\u003e\n\n## Ways to contribute\n\n\u003c!-- Consult the contributing guidelines to understand our workflow. --\u003e\n\n- **Create or improve documentation** - Write documentation for components and features, fix incomplete or missing docs, correct spelling and grammar mistakes, suggest wordings, examples, or explanations\n- **Issues** - work on outstanding issues to fix bugs and errors\n- **Suggest new features or components** - discuss and suggest new features or components we may add to the library\n\n## React and Typescript\n\nComponents and source code are written in Typescript.\n\nHeavily influenced by:\n\n- [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap)\n- [mantine](https://github.com/mantinedev/mantine/)\n\n## Feature request (TBA)\n\n## Reporting bugs and issues (TBA)\n\n## Developer contribution and pull requests (TBA)\n\n## Publish\n\n- Main exports from each folders' `index.ts`\n- Main exports from `index.ts` at `/src`\n\n## Todos / Roadmap\n\n- [ ] Produce basic components and tests\n- [ ] Write styled components which are independent of stylesheets\n  - [x] UnstyledButton\n  - [x] Button\n  - [x] Spinner\n  - [x] Avatar\n  - [ ] Input*\n  - [ ] TextInput\n  - [ ] NumberInput\n  - [ ] SelectInput\n  - [ ] Notification\n  - [ ] Badge\n    - [ ] InvoiceStatus Badge\n    - [ ] BoostStatus Badge\n  - [ ] Pill\n  - [ ] ThemeProvider\n  - [ ] TypographyProvider\n  - [ ] LoadingOverlay\n  - [ ] PasswordInput\n  - [ ] Dropdown Menu\n  - [ ] Popover\n- [ ] HOC / Providers\n  - [ ] NotificationsProvider\n  - [ ] ApiProvider\n- [ ] React Hooks\n  - [ ] useNotifications\n  - [ ] useApi\n- [x] Able to export a global stylesheet and input variables overrides\n- [ ] Add [plop](https://www.npmjs.com/package/plop) to generate template files for components, hooks, functions\n- [ ] Remove react-bootstrap\n- [ ] Create stylesheet from js variables for alternative injection of styles\n- [ ] ❗Curate dependencies - package is too heavy\n- [ ] Add utility classes from bootstrap\n- [ ] Utility functions or helper packages?? (currency.js, dayjs, numeral)\n- [ ] Create a template for feature requests and issue tracker\n- [ ] Standard packages (axios, react-query, formik)\n\n## License\n\nCopyright 2022 The contributor(s) and maintainer(s)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewhx%2Flyteui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchewhx%2Flyteui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewhx%2Flyteui/lists"}