{"id":26530070,"url":"https://github.com/froggy-app/lilypad","last_synced_at":"2026-04-02T04:45:59.126Z","repository":{"id":63115939,"uuid":"561543765","full_name":"froggy-app/lilypad","owner":"froggy-app","description":"A modern and responsive component library built for froggy","archived":false,"fork":false,"pushed_at":"2023-04-12T22:01:42.000Z","size":1046,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-20T08:08:44.230Z","etag":null,"topics":["component-library","componentlibrary","react","reactjs","storybook","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@froggy-app/lilypad","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/froggy-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-11-03T23:25:01.000Z","updated_at":"2023-02-17T16:36:41.000Z","dependencies_parsed_at":"2022-11-13T05:08:41.918Z","dependency_job_id":null,"html_url":"https://github.com/froggy-app/lilypad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froggy-app%2Flilypad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froggy-app%2Flilypad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froggy-app%2Flilypad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froggy-app%2Flilypad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/froggy-app","download_url":"https://codeload.github.com/froggy-app/lilypad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244837634,"owners_count":20518667,"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":["component-library","componentlibrary","react","reactjs","storybook","typescript"],"created_at":"2025-03-21T17:29:23.847Z","updated_at":"2025-10-11T10:48:21.006Z","avatar_url":"https://github.com/froggy-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🪷 lilypad\n\nA modern and responsive component library built for froggy 🐸.\n\n## How to install\n\u003e Requires Node 18\n\nnpm\n\n```\nnpm i @froggy-app/lilypad\n```\n\nyarn\n\n```\nyarn add @froggy-app/lilypad\n```\n\n## Development\n\n### First time setup\n\nRequest to be added to the\n[npm package](https://www.npmjs.com/package/@froggy-app/lilypad).\n\nClone this repository and cd into it. Log in to npm using the following command.\n\n```\nnpm login scope=@froggy-app\n```\n\n### Publishing\n\nBefore publishing, make sure to increment the version in `package.json`. Then,\nbuild the package and publish it to npm.\n\n```\nnpm run build\nnpm publish\n```\n\n### Using Storybook\n\nStorybook is a great way to preview components. You can run storybook using the\nfollowing command.\n\n```\nnpm run storybook\n```\n\nTo create a new story, create a new file using the naming convention:\n`ComponentName.stories.tsx` in the same directory as your component. Add the\nfollowing storie template to get started:\n\n```\nimport ComponentName from './ComponentName';\nimport {ComponentStory, ComponentMeta} from '@storybook/react';\nimport React from 'react';\n\nexport default {\n  title: 'lilypad/ComponentName',\n  component: ComponentName,\n} as ComponentMeta\u003ctypeof ComponentName\u003e;\n\nconst Template: ComponentStory\u003ctypeof ComponentName\u003e = (args) =\u003e \u003cComponentName {...args} /\u003e;\n\nexport const ComponentNameDefault = Template.bind({});\nComponentNameDefault.args = {\n  componentArg: 'lorem ipsum',\n};\n```\n\nYou can replace `ComponentName` with the name of your component.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggy-app%2Flilypad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroggy-app%2Flilypad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggy-app%2Flilypad/lists"}