{"id":20774125,"url":"https://github.com/pchmn/la-danze-ui","last_synced_at":"2026-05-06T19:35:41.639Z","repository":{"id":54169591,"uuid":"329470453","full_name":"pchmn/la-danze-ui","owner":"pchmn","description":"React library that provides a clean UI and facilitate animations and building forms","archived":false,"fork":false,"pushed_at":"2021-03-26T11:23:48.000Z","size":5700,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T21:02:23.882Z","etag":null,"topics":["material-ui","react","typescript"],"latest_commit_sha":null,"homepage":"https://pchmn.github.io/la-danze-ui/","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/pchmn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-14T00:58:18.000Z","updated_at":"2021-03-05T18:26:49.000Z","dependencies_parsed_at":"2022-08-13T08:10:55.420Z","dependency_job_id":null,"html_url":"https://github.com/pchmn/la-danze-ui","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchmn%2Fla-danze-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchmn%2Fla-danze-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchmn%2Fla-danze-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchmn%2Fla-danze-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchmn","download_url":"https://codeload.github.com/pchmn/la-danze-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243112190,"owners_count":20238182,"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":["material-ui","react","typescript"],"created_at":"2024-11-17T12:28:26.796Z","updated_at":"2026-05-06T19:35:36.619Z","avatar_url":"https://github.com/pchmn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pchmn.github.io/la-danze-ui/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"180\" src=\"https://pchmn.github.io/la-danze-ui/img/logo.svg\" alt=\"La Danze Ui logo logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pchmn/la-danze-ui/blob/main/LICENSE)\n[![npm latest package](https://img.shields.io/npm/v/la-danze-ui/latest.svg)](https://www.npmjs.com/package/la-danze-ui)\n[![la danze ui cicd](https://github.com/pchmn/la-danze-ui/actions/workflows/la-danze-ui.yml/badge.svg?branch=main)](https://github.com/pchmn/la-danze-ui/actions/workflows/la-danze-ui.yml)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=la-danze-ui\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=la-danze-ui)\n[![codecov.io](https://codecov.io/gh/pchmn/la-danze-ui/coverage.svg?branch=main)](https://codecov.io/gh/pchmn/la-danze-ui?branch=master)\n\u003c!-- [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4c695ce061c34c1bb1698acc19278f0e)](https://www.codacy.com/gh/pchmn/la-danze-ui/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pchmn/la-danze-ui\u0026amp;utm_campaign=Badge_Grade) --\u003e\n\n\u003c/div\u003e\n\n\n\u003ch1 align=\"center\"\u003eLa Danze UI 🔴⚫\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\nReact library that provides a clean UI and facilitates animations and building forms. \u003cbr /\u003e\nThe main purpose of this project is to learn react and some other useful tools (vite, docusaurus, tsdx, auto semantic-release, github pages, gihtub actions).\n\u003c/div\u003e\n\u003cbr /\u003e\n\n## Installation\n\n```bash\n# npm\nnpm install la-danze-ui\n\n# yarn\nyarn add la-danze-ui\n```\n\n### Peer dependencies\n\n* material-ui (next):\n  * `@material-ui/core@next`\n  * `@emotion/react`\n  * `@emotion/styled`\n* `react-router-dom`\n* `framer-motion`\n* `react-hook-form`\n  \n\n## Quickstart\n\nJust a quick example that shows how to apply **La Danze UI** theme to your app:\n\n```jsx\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { Button, Paper, Typography } from \"@material-ui/core\";\nimport { Theme  } from 'la-danze-ui';\n\nfunction App() {  \n  return (\n    \u003cTheme\u003e\n      \u003cPaper\u003e\n        \u003cTypography variant=\"h2\"\u003eThemed h2\u003c/Typography\u003e\n        \u003cButton\u003eThemed button\u003c/Button\u003e\n      \u003c/Paper\u003e\n    \u003c/Theme\u003e\n  );\n}\n```\n\n[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/focused-smoke-tnjj1?file=/src/App.tsx)\n\n## Documentation\n\nSee [docs website](https://pchmn.github.io/la-danze-ui/).\n\n## Demo\nSee [live preview](https://pchmn.github.io/la-danze-ui/demo).\n\n## Libraries used\n\n**La Danze UI** uses and requires these dependencies:\n\n* [Material-UI](https://next.material-ui.com/) (next)\n* [React Router Dom](https://reactrouter.com/web/guides/quick-start)\n* [Framer motion](https://www.framer.com/motion/)\n* [React Hook Form](https://react-hook-form.com/)\n\n## License\n\nThis project is licensed under the terms of the\n[MIT license](https://github.com/pchmn/la-danze-ui/blob/main/LICENSE).\n\n\n## Project organizaton\n\nSee little explanation of this project [organization](https://github.com/pchmn/la-danze-ui/blob/main/.github/doc/PROJECT_ORGANIZATION.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchmn%2Fla-danze-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchmn%2Fla-danze-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchmn%2Fla-danze-ui/lists"}