{"id":15374136,"url":"https://github.com/ericm/uniui","last_synced_at":"2025-06-24T13:31:46.918Z","repository":{"id":57346979,"uuid":"229042063","full_name":"ericm/uniui","owner":"ericm","description":"Uniui is a React UI library currently in beta. It has a growing list of components as well as easy context based theming.","archived":false,"fork":false,"pushed_at":"2024-08-31T13:17:11.000Z","size":2063,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-17T21:05:07.213Z","etag":null,"topics":["beta","javascript","npm","npm-package","react","reactjs","typescript","ui","ui-components","uikit","ux"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericm.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,"zenodo":null}},"created_at":"2019-12-19T11:38:29.000Z","updated_at":"2023-05-12T16:57:10.000Z","dependencies_parsed_at":"2025-04-15T11:48:11.443Z","dependency_job_id":null,"html_url":"https://github.com/ericm/uniui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericm/uniui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericm%2Funiui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericm%2Funiui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericm%2Funiui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericm%2Funiui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericm","download_url":"https://codeload.github.com/ericm/uniui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericm%2Funiui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261685465,"owners_count":23194109,"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":["beta","javascript","npm","npm-package","react","reactjs","typescript","ui","ui-components","uikit","ux"],"created_at":"2024-10-01T13:57:22.486Z","updated_at":"2025-06-24T13:31:46.870Z","avatar_url":"https://github.com/ericm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![Uniui](./img/uniui.svg?sanitize=true)](http://uniui.moynihan.io)\n[![npm](https://img.shields.io/npm/v/react-uniui?style=flat-square)](https://npmjs.com/package/react-uniui)\n![Build](https://github.com/ericm/uniui/workflows/Build/badge.svg?branch=master)\n\n[Uniui](http://uniui.moynihan.io) is a React Typescript UI library currently in beta.\n\n## Installation\n\nTo install Uniui, simply run the following in the root directory of your react project:\n\n```\n    $ npm i react-uniui\n```\n\n## Usage\n\nYou can import the entire library via:\n\n```ts\n    import Uniui from \"react-uniui\";\n```\n\n\nOr individually:\n\n```ts\n    import { Button, Selection } from \"react-uniui\";\n```\n\n## Components Preview\n### Buttons\n![button](img/button.png)\n```tsx\n\u003cButton\u003eButton\u003c/Button\u003e\n\u003cButton type=\"flat\"\u003eButton\u003c/Button\u003e\n\u003cButton type=\"borderless\"\u003eButton\u003c/Button\u003e\n```\n[See more in the docs](http://uniui.moynihan.io/components/button)\n\n### Radio Menu\n![button](img/radio.png)\n```tsx\n\u003cSelectionGroup\u003e\n  \u003cSelection type=\"radio\" label=\"Radio button 1\" /\u003e\n  \u003cSelection type=\"radio\" label=\"Radio button 2\" /\u003e\n  \u003cSelection type=\"radio\" label=\"Radio button 3\" /\u003e\n\u003c/SelectionGroup\u003e\n```\n### Checkboxes\n![button](img/checkbox.png)\n```tsx\n\u003cSelectionGroup\u003e\n  \u003cSelection type=\"checkbox\" label=\"Checkbox 1\" /\u003e\n  \u003cSelection type=\"checkbox\" label=\"Checkbox 2\" /\u003e\n  \u003cSelection type=\"checkbox\" label=\"Checkbox 3\" /\u003e\n\u003c/SelectionGroup\u003e\n```\n\n### Switches\n![button](img/switch.png)\n```tsx\n\u003cSelectionGroup\u003e\n  \u003cSelection type=\"switch\" label=\"Switch 1\" /\u003e\n  \u003cSelection type=\"switch\" label=\"Switch 2\" /\u003e\n  \u003cSelection type=\"switch\" label=\"Switch 3\" /\u003e\n\u003c/SelectionGroup\u003e\n```\n\n[See more in the docs](http://uniui.moynihan.io/components/selection)\n\n### TextField\n![button](img/text.png)\n```tsx\n\u003cTextField value=\"Text\" subtitle=\"TextField\" /\u003e\n```\n[See more in the docs](http://uniui.moynihan.io/components/textfield)\n\nSee the [Component API docs](http://uniui.moynihan.io) for further reference\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericm%2Funiui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericm%2Funiui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericm%2Funiui/lists"}