{"id":23237624,"url":"https://github.com/xiaofan2406/nidalee","last_synced_at":"2025-08-19T23:32:27.320Z","repository":{"id":31313711,"uuid":"125360302","full_name":"xiaofan2406/nidalee","owner":"xiaofan2406","description":"React UI component framework","archived":false,"fork":false,"pushed_at":"2024-10-25T07:12:16.000Z","size":4599,"stargazers_count":0,"open_issues_count":29,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-25T12:19:15.126Z","etag":null,"topics":["dark-theme","hacktoberfest","react","ui-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/xiaofan2406.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-15T11:55:56.000Z","updated_at":"2022-01-10T13:03:09.000Z","dependencies_parsed_at":"2023-12-27T17:23:29.862Z","dependency_job_id":"7b860d8d-0aae-4801-a61b-caf6d0349b31","html_url":"https://github.com/xiaofan2406/nidalee","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofan2406%2Fnidalee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofan2406%2Fnidalee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofan2406%2Fnidalee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofan2406%2Fnidalee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaofan2406","download_url":"https://codeload.github.com/xiaofan2406/nidalee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230374255,"owners_count":18216044,"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":["dark-theme","hacktoberfest","react","ui-components"],"created_at":"2024-12-19T04:14:15.666Z","updated_at":"2024-12-19T04:14:16.120Z","avatar_url":"https://github.com/xiaofan2406.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nidalee\n\nReact UI components\n\n[![CI Status][ci-badge]][ci]\n[![Version Status][version-badge]][version]\n[![Coverage Status][coverage-badge]][coverage]\n[![Dependencies Status][dependencies-badge]][dependencies]\n[![Styled with prettier][prettier-badge]][prettier]\n\n[version-badge]: https://img.shields.io/npm/v/nidalee.svg?style=flat-square\n[version]: https://www.npmjs.com/package/nidalee\n[ci-badge]: https://img.shields.io/travis/xiaofan2406/nidalee.svg?style=flat-square\n[ci]: https://travis-ci.org/xiaofan2406/nidalee\n[coverage-badge]: https://img.shields.io/codecov/c/github/xiaofan2406/nidalee.svg?style=flat-square\n[coverage]: https://codecov.io/gh/xiaofan2406/nidalee\n[dependencies-badge]: https://img.shields.io/david/xiaofan2406/nidalee.svg?style=flat-square\n[dependencies]: https://david-dm.org/xiaofan2406/nidalee\n[prettier-badge]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square\n[prettier]: https://github.com/prettier/prettier\n\n## Getting started\n\n- Install\n\n```shell\nnpm install nidalee\n```\n\nIt will add `nidalee` to your project's dependency.\n\nYou will also need to ensure that the correct `peerDependencies` are installed. Use\n\n```shell\nnpm info nidalee peerDependencies\n```\n\nto list the required `peerDependencies`.\n\n- Usage\n\nIn your React app entry file, you should have something like this\n\n```jsx\nimport * as React from 'react';\nimport * as ReactDOM from 'react-dom';\n\nimport 'nidalee/style.css';\nimport 'nidalee/theme.css';\n\nimport MainApp from './MainApp';\n\nReactDOM.render(\u003cMainApp /\u003e, document.getElementById('root'));\n```\n\n## Developing\n\n### Setting up Dev\n\nHere's a brief intro about what a developer must do in order to start developing\nthe project further:\n\n```shell\ngit clone https://github.com/xiaofan2406/nidalee\ncd nidalee/\nnpm install\n```\n\nThis will initialize the project with required dependencies for development.\n\n### Commands\n\n```shell\nnpm dev # start vite dev server for the documentation app\n\nnpm format # format all source code with prettier\n\nnpm test # start jest in watch mode\n\nnpm coverage # report coverage\n\nnpm build # create a minified production build for the library\n\nnpm docs:build # create a minified production build for the documentation app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaofan2406%2Fnidalee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaofan2406%2Fnidalee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaofan2406%2Fnidalee/lists"}