{"id":19568505,"url":"https://github.com/gympass/yoga","last_synced_at":"2026-05-11T23:01:37.050Z","repository":{"id":35546961,"uuid":"206095591","full_name":"gympass/yoga","owner":"gympass","description":"Yoga design-system: a scientific system of practices made to help each one of us achieve our highest potential and experience.","archived":false,"fork":false,"pushed_at":"2026-01-15T20:36:47.000Z","size":350399,"stargazers_count":241,"open_issues_count":19,"forks_count":46,"subscribers_count":84,"default_branch":"master","last_synced_at":"2026-01-15T21:56:20.071Z","etag":null,"topics":["design-system","gympass","hacktoberfest","react"],"latest_commit_sha":null,"homepage":"https://gympass.github.io/yoga/","language":"JavaScript","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/gympass.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-03T14:19:37.000Z","updated_at":"2025-12-08T12:21:11.000Z","dependencies_parsed_at":"2023-02-14T23:16:12.435Z","dependency_job_id":"2aa094f4-2933-4334-84ae-f63b3d3cd308","html_url":"https://github.com/gympass/yoga","commit_stats":{"total_commits":3868,"total_committers":125,"mean_commits":30.944,"dds":0.8262668045501551,"last_synced_commit":"263afd73905557cbc4474e0d48ca728df3c720c9"},"previous_names":[],"tags_count":1736,"template":false,"template_full_name":null,"purl":"pkg:github/gympass/yoga","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gympass%2Fyoga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gympass%2Fyoga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gympass%2Fyoga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gympass%2Fyoga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gympass","download_url":"https://codeload.github.com/gympass/yoga/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gympass%2Fyoga/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28787222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: 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":["design-system","gympass","hacktoberfest","react"],"created_at":"2024-11-11T06:05:04.580Z","updated_at":"2026-01-26T20:33:33.366Z","avatar_url":"https://github.com/gympass.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"250\" src=\"packages/doc/src/images/yoga-logo-color.png\" /\u003e\n\u003c/p\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n![Github Actions](https://github.com/gympass/yoga/workflows/Yoga%20-%20Gympass%20Design%20System/badge.svg)\n\nDesign system at Wellhub, our main intent is to support our projects. We have open-sourced our project for those who are interested in checkout how we do things and organize our code and documentation here.\n\n**What does it mean?**\n\nYoga is a scientific system of practices made to help each one of us achieve our highest potential and experience.\n\n## Documentation\n\nYoga is documented at [http://gympass.github.io/yoga](https://gympass.github.io/yoga).\n\n## Installing\n\nIn order to install our design-system just run:\n\n```bash\n$ yarn add @gympass/yoga\n```\n\n## Usage\n\nAn important point is that your whole application must be wrapped in our ThemeProvider component:\n\n```bash\nimport { ThemeProvider, Button } from '@gympass/yoga';\n\nconst App = () =\u003e (\n  \u003cThemeProvider\u003e\n    \u003cButton\u003eFind an activity\u003c/Button\u003e\n  \u003c/ThemeProvider\u003e\n);\n\n```\n\n## Architecture\n\nThe Yoga Design System codebase is structured as a monorepo, containing individually versioned libraries. Below is an overview of the main packages:\n\n| Package                                                  | Version                                                                                                                           | Size                                                                                                                                                | Description                                                    |\n| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |\n| [`@gympass/yoga`](/packages/yoga)                        | [![npm version](https://badgen.net/npm/v/@gympass/yoga)](https://www.npmjs.com/package/@gympass/yoga)                             | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga)](https://bundlephobia.com/result?p=@gympass/yoga)                             | Main package that brings together and exports all components   |\n| [`@gympass/yoga-tokens`](/packages/tokens)               | [![npm version](https://badgen.net/npm/v/@gympass/yoga-tokens)](https://www.npmjs.com/package/@gympass/yoga-tokens)               | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-tokens)](https://bundlephobia.com/result?p=@gympass/yoga-tokens)               | Contains the design tokens used to maintain visual consistency |\n| [`@gympass/yoga-common`](/packages/common)               | [![npm version](https://badgen.net/npm/v/@gympass/yoga-common)](https://www.npmjs.com/package/@gympass/yoga-common)               | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-common)](https://bundlephobia.com/result?p=@gympass/yoga-common)               | Contains some helper variables used in all packages            |\n| [`@gympass/yoga-icons`](/packages/icons)                 | [![npm version](https://badgen.net/npm/v/@gympass/yoga-icons)](https://www.npmjs.com/package/@gympass/yoga-icons)                 | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-icons)](https://bundlephobia.com/result?p=@gympass/yoga-icons)                 | Library of icons used in components                            |\n| [`@gympass/yoga-illustrations`](/packages/illustrations) | [![npm version](https://badgen.net/npm/v/@gympass/yoga-illustrations)](https://www.npmjs.com/package/@gympass/yoga-illustrations) | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-illustrations)](https://bundlephobia.com/result?p=@gympass/yoga-illustrations) | Library of illustrations used in components                    |\n| [`@gympass/yoga-helpers`](/packages/helpers)             | [![npm version](https://badgen.net/npm/v/@gympass/yoga-helpers)](https://www.npmjs.com/package/@gympass/yoga-helpers)             | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-helpers)](https://bundlephobia.com/result?p=@gympass/yoga-helpers)             | Helper functions to make yoga components easier to use         |\n| [`@gympass/yoga-system`](/packages/system)               | [![npm version](https://badgen.net/npm/v/@gympass/yoga-system)](https://www.npmjs.com/package/@gympass/yoga-system)               | [![Bundle size](https://badgen.net/bundlephobia/minzip/@gympass/yoga-system)](https://bundlephobia.com/result?p=@gympass/yoga-system)               | Tools to apply themes and styles based on design tokens        |\n\n## Support\n\n**Browser:** We support the 3 latest and stable releases of all major browsers and platforms\n\n| Browser          | Version |\n| ---------------- | ------- |\n| Chrome           | \u003e= 125  |\n| Chrome (Android) | \u003e= 125  |\n| Safari (macOS)   | \u003e= 15   |\n| Safari (iOS)     | \u003e= 15   |\n| Edge             | \u003e= 125  |\n| Firefox          | \u003e= 125  |\n\n**Operational System:** Yoga provides support for iOS 14 and higher and Android 7 and higher.\n\n| OS      | Version | Viewport Size                          |\n| ------- | ------- | -------------------------------------- |\n| Android | \u003e= 7    | Android Large: 360 x 800 (Samsung S20) |\n| iOS     | \u003e= 14   | iPhone SE: 320 x 568                   |\n\n**[React](https://react.dev/):** Build user interfaces out of individual pieces called components written in JavaScript. Yoga supports versions `\u003e=16`.\n\n**[React Native](https://reactnative.dev/):** Brings the React programming paradigm to platforms like Android and iOS. Yoga supports version `0.72.3`.\n\n**[Picker](https://www.npmjs.com/package/react-native-picker-select):** A Picker component for React Native which emulates the native interfaces for iOS and Android. Yoga supports versions `^2.4.9`.\n\n**[Styled Componentes](https://styled-components.com/):** This lets you write actual CSS in your JavaScript.Yoga supports versions `^4.4.0`.\n\n## License\n\nYoga is an open-source collaborative project, in other words, its distribution grants the right to study, use, change and distribute it to anyone (MIT license).\n\n## Report an issue\n\nCheck if there is already an [issue](https://github.com/gympass/yoga/issues) open in our repository. If not, you can create a new one. Also, check the [discussion topics](https://github.com/gympass/yoga/discussions). Our team will analyze and prioritize within our initiatives. If you are interested and available, let us know and we will address you ASAP. Wellhub developers should refer to the Internal Guidelines.\n\n## Request a feature\n\nIf you believe it is necessary to develop a new feature, for example a new component, please contact our team. You can open a new discussion topic, explaining the need. Our team will analyze and prioritize within our initiatives, taking into account design and engineering principles, such as reusability. If you are interested and available, let us know and we will address you ASAP. Wellhub developers should refer to the Internal Guidelines.\n\n### [Contributing Guide](CONTRIBUTING.md)\n\nThis repository should and will grow, its contents will be used for many people in our current and future projects. As such, we follow some practices to keep a common architecture in our changes. Read our [Contributing Guide](CONTRIBUTING.md) to learn about our code of conduct, environments setups and development process. Wellhub developers should also consult the Internal Guidelines.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/ggdaltoso\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/6536985?v=4?s=100\" width=\"100px;\" alt=\"Gabriel Daltoso\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Daltoso\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=ggdaltoso\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-ggdaltoso\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=ggdaltoso\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Aggdaltoso\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/_allyssonsantos\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/13424727?v=4?s=100\" width=\"100px;\" alt=\"Allysson dos Santos\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAllysson dos Santos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=allyssonsantos\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-allyssonsantos\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=allyssonsantos\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Aallyssonsantos\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://br.linkedin.com/in/victor-matheus-jesus-caetano-9633b5118\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/11219999?v=4?s=100\" width=\"100px;\" alt=\"Victor Caetano\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVictor Caetano\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=victormath12\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-victormath12\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=victormath12\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Avictormath12\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/oalanoliv\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4368481?v=4?s=100\" width=\"100px;\" alt=\"Alan Oliveira\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlan Oliveira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=alan-oliv\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-alan-oliv\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=alan-oliv\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Aalan-oliv\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://linkedin.com/in/kaicbastidas\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/9873486?v=4?s=100\" width=\"100px;\" alt=\"Kaic Bastidas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKaic Bastidas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=tcK1\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-tcK1\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=tcK1\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/luispiresgympass\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/58981184?v=4?s=100\" width=\"100px;\" alt=\"Luis Pires\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuis Pires\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=luispiresgympass\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/invilliaanajacobsen\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/57181206?v=4?s=100\" width=\"100px;\" alt=\"invilliaanajacobsen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003einvilliaanajacobsen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Ainvilliaanajacobsen\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/caioalexandrebr/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/31045534?v=4?s=100\" width=\"100px;\" alt=\"Caio Alexandre\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCaio Alexandre\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=caioalexandrebr\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=caioalexandrebr\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-caioalexandrebr\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/thayllachristine\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/38869416?v=4?s=100\" width=\"100px;\" alt=\"Thaylla Christine\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThaylla Christine\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=thayllachristine\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/evilamaior\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46816386?v=4?s=100\" width=\"100px;\" alt=\"Esthéfanie Vila Maior\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEsthéfanie Vila Maior\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=evilamaior\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=evilamaior\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://geovanasilva.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13040713?v=4?s=100\" width=\"100px;\" alt=\"Geovana Silva\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeovana Silva\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Ageovanasilva\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lucascoelho.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28108272?v=4?s=100\" width=\"100px;\" alt=\"Lucas Coelho\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Coelho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=coelhucas\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-coelhucas\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=coelhucas\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Acoelhucas\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/andrerocha22\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39251409?v=4?s=100\" width=\"100px;\" alt=\"André Rocha\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndré Rocha\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=andrerocha22\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=andrerocha22\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://medium.com/@katharinep\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/14188981?v=4?s=100\" width=\"100px;\" alt=\"Katharine Padilha\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKatharine Padilha\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=katharinepadilha\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-katharinepadilha\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tjamancio\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/43884476?v=4?s=100\" width=\"100px;\" alt=\"Thiago Amâncio\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThiago Amâncio\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=tjamancio\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#design-tjamancio\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Atjamancio\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/alycecristines/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/44280864?v=4?s=100\" width=\"100px;\" alt=\"Alyce Cristine\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlyce Cristine\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=alycecristines\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=alycecristines\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Aalycecristines\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nypacheco\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12848917?v=4?s=100\" width=\"100px;\" alt=\"Nathália Pacheco\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNathália Pacheco\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=nypacheco\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=nypacheco\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/matheushdsbr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/32910717?v=4?s=100\" width=\"100px;\" alt=\"Matheus Henrique\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Henrique\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=matheushdsbr\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=matheushdsbr\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.linkedin.com/in/dariofelipe\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/59899974?v=4?s=100\" width=\"100px;\" alt=\"Dário Felipe\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDário Felipe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=Dario-Felipe\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://joaovicdsantos.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/24553367?v=4?s=100\" width=\"100px;\" alt=\"João Victor\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoão Victor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=joaovicdsantos\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://wendler.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6570553?v=4?s=100\" width=\"100px;\" alt=\"Wendler Eis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWendler Eis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3AWendlereis\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=Wendlereis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dehmirandac2\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8313529?v=4?s=100\" width=\"100px;\" alt=\"Deborah Miranda\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDeborah Miranda\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Adehmirandac2\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mmartins.vercel.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46993493?v=4?s=100\" width=\"100px;\" alt=\"Matheus Martins\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Martins\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=mmartinsoliv\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-mmartinsoliv\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=mmartinsoliv\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/pulls?q=is%3Apr+reviewed-by%3Ammartinsoliv\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/leticiasoaresfrontenddeveloper/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11762938?v=4?s=100\" width=\"100px;\" alt=\"Leticia Soares \"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeticia Soares \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=LeticiaSoares\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=LeticiaSoares\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/marcosricardo0101/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27781419?v=4?s=100\" width=\"100px;\" alt=\"Marcos Ricardo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcos Ricardo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=marcosricardo\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=marcosricardo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Falkaniere\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39073602?v=4?s=100\" width=\"100px;\" alt=\"Jonatas Falkaniere\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonatas Falkaniere\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=Falkaniere\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-Falkaniere\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://davimdantas.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38892983?v=4?s=100\" width=\"100px;\" alt=\"Davi Marins Dantas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavi Marins Dantas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=davimdantas\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/naabraz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18318587?v=4?s=100\" width=\"100px;\" alt=\"Natalia Braz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNatalia Braz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Anaabraz\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ericcleao\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5889973?v=4?s=100\" width=\"100px;\" alt=\"Eric Cerqueira Leão\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEric Cerqueira Leão\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=ericcleao\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=ericcleao\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/alinerigoni\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/31771420?v=4?s=100\" width=\"100px;\" alt=\"Aline Rigoni\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAline Rigoni\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=alinerigoni\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lucasfernandesbr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54141141?v=4?s=100\" width=\"100px;\" alt=\"Lucas Fernandes Souza\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Fernandes Souza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=lucasfernandesbr\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/hesugiyama\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/14081572?v=4?s=100\" width=\"100px;\" alt=\"Henrique Sugiyama\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenrique Sugiyama\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=hesugiyama\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/frgiovanna\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54802614?v=4?s=100\" width=\"100px;\" alt=\"Giovanna Freitas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGiovanna Freitas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=frgiovanna\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=frgiovanna\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/salomaoluiz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35156345?v=4?s=100\" width=\"100px;\" alt=\"Salomão Luiz de Araújo Neto\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSalomão Luiz de Araújo Neto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=salomaoluiz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://caiotracera.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25802240?v=4?s=100\" width=\"100px;\" alt=\"Caio Tracera\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCaio Tracera\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Acaiotracera\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=caiotracera\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/leonardo-gomes-7187a919b/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61520601?v=4?s=100\" width=\"100px;\" alt=\"Leonardo Gomes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeonardo Gomes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=LeoSilvaGomes\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rafaelcoletagympass\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/100871379?v=4?s=100\" width=\"100px;\" alt=\"Rafael Pizzaia Coleta\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRafael Pizzaia Coleta\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=rafaelcoletagympass\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/diegomarcuz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37422384?v=4?s=100\" width=\"100px;\" alt=\"Diego Marcuz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDiego Marcuz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Adiegomarcuz\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://guilhermecardoso.dev.br\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15979107?v=4?s=100\" width=\"100px;\" alt=\"Luis Guilherme Cardoso Rosa\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuis Guilherme Cardoso Rosa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=lguilhermecardoso\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/RuanRamalho\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58890915?v=4?s=100\" width=\"100px;\" alt=\"Ruan Ramalho\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRuan Ramalho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3ARuanRamalho\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/CaioAugustoR\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/120468000?v=4?s=100\" width=\"100px;\" alt=\"Caio Augusto\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCaio Augusto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3ACaioAugustoR\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/juliaoharabr/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/93061504?v=4?s=100\" width=\"100px;\" alt=\"Júlia Ohara\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJúlia Ohara\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3Aoharaju\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=oharaju\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MicaelRodrigues\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/796443?v=4?s=100\" width=\"100px;\" alt=\"Micael Rodrigues\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMicael Rodrigues\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/issues?q=author%3AMicaelRodrigues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=MicaelRodrigues\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/marinamsou\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26771441?v=4?s=100\" width=\"100px;\" alt=\"Marina Souza\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarina Souza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=marinamsou\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/luanlorenzo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18699514?v=4?s=100\" width=\"100px;\" alt=\"Luan Lorenzo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuan Lorenzo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=luanlorenzo\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=luanlorenzo\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://tomaskeong.vercel.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/47691990?v=4?s=100\" width=\"100px;\" alt=\"Tomás Keong\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTomás Keong\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=tomaskeong\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/leonardokl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7108030?v=4?s=100\" width=\"100px;\" alt=\"Leonardo Luiz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeonardo Luiz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=leonardokl\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=leonardokl\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/marcos-creuz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10004004?v=4?s=100\" width=\"100px;\" alt=\"Marcos Creuz Filho\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcos Creuz Filho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=marcos-creuz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gympassjagnezi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/127952311?v=4?s=100\" width=\"100px;\" alt=\"Jonas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gympass/yoga/commits?author=gympassjagnezi\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/gympass/yoga/commits?author=gympassjagnezi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgympass%2Fyoga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgympass%2Fyoga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgympass%2Fyoga/lists"}