{"id":22813196,"url":"https://github.com/morewings/koval-ui","last_synced_at":"2025-04-22T16:24:38.067Z","repository":{"id":214189421,"uuid":"726143856","full_name":"morewings/koval-ui","owner":"morewings","description":"React components collection with minimalistic design. Supports theming, layout and input validation.","archived":false,"fork":false,"pushed_at":"2025-04-09T17:23:30.000Z","size":42764,"stargazers_count":7,"open_issues_count":39,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T18:27:42.535Z","etag":null,"topics":["design-system","form","input","library","react","reactjs","theme","validation"],"latest_commit_sha":null,"homepage":"https://koval.support/","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/morewings.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":"2023-12-01T16:16:18.000Z","updated_at":"2025-04-07T08:01:09.000Z","dependencies_parsed_at":"2023-12-26T14:55:31.460Z","dependency_job_id":"b126ed87-9608-40b4-ab62-c3877b74d2c2","html_url":"https://github.com/morewings/koval-ui","commit_stats":null,"previous_names":["morewings/react-forge-ui","morewings/react-koval-ui","morewings/koval-ui"],"tags_count":120,"template":false,"template_full_name":"morewings/react-library-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morewings","download_url":"https://codeload.github.com/morewings/koval-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275990,"owners_count":21403786,"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":["design-system","form","input","library","react","reactjs","theme","validation"],"created_at":"2024-12-12T12:15:57.024Z","updated_at":"2025-04-22T16:24:38.061Z","avatar_url":"https://github.com/morewings.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Deploy Storybook](https://github.com/morewings/koval-ui/actions/workflows/pages.yml/badge.svg)](https://github.com/morewings/koval-ui/actions/workflows/pages.yml)\n[![Post-merge tasks](https://github.com/morewings/koval-ui/actions/workflows/merge-jobs.yml/badge.svg)](https://github.com/morewings/koval-ui/actions/workflows/merge-jobs.yml)\n[![types included](https://img.shields.io/github/package-json/types/morewings/koval-ui)](https://github.com/morewings/koval-ui)\n[![npm version](https://badge.fury.io/js/koval-ui.svg)](https://www.npmjs.com/package/koval-ui)\n[![npm bundle size](https://deno.bundlejs.com/badge?q=koval-ui@latest\u0026config={\"esbuild\":{\"external\":[\"react\",\"react-dom\"]}})](https://bundlejs.com/?bundle\u0026q=koval-ui@latest\u0026config={\"analysis\":\"treemap\",\"esbuild\":{\"external\":[\"react\",\"react-dom\"]}})\n[![Maintainability](https://api.codeclimate.com/v1/badges/bd5faa98bfe0416e4ce4/maintainability)](https://codeclimate.com/github/morewings/koval-ui/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/bd5faa98bfe0416e4ce4/test_coverage)](https://codeclimate.com/github/morewings/koval-ui/test_coverage)\n\n# Koval components library\n\n[![NPM library Create React App template logo](./design/logo-repo.png)](#)\n\nKoval UI is a React component library built for modern browsers. Each component tries to utilize built-in browser APIs to full extent.\n\n## Features\n\n- Supports **Typescript**, bundled types.\n- **ESM** and **commonjs** bundles.\n- Compatible with **Nextjs**.\n- CSS Flex column-based layout.\n- Inputs compatible with **react-hook-form** and similar libraries.\n- Built-in form validation.\n- Typography components.\n\nRead [Koval docs](https://koval.support/)\n\nSee [Koval Storybook](https://morewings.github.io/koval-ui/).\n\n## Quickstart\n\nInstall library with the package manager of your choice\n\n```bash\nnpm i koval-ui\n```\n\nInclude Koval css styles and wrap your application with Provider.\n\n```jsx\nimport {Provider} from 'koval-ui';\nimport 'koval-ui/dist/index.css';\n\nconst App = ({children}) =\u003e {\n    //...\n    return \u003cProvider\u003e{children}\u003c/Provider\u003e\n}\n```\n\n## Acknowledgments\n\n\u003cimg width=\"222\" src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png\" alt=\"JetBrains Logo (Main) logo.\"\u003e\n\nThis project is developed using amazing **Webstorm IDE** provided by [Jetbrains](https://www.jetbrains.com).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorewings%2Fkoval-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorewings%2Fkoval-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorewings%2Fkoval-ui/lists"}