{"id":13525630,"url":"https://github.com/webyom/pant","last_synced_at":"2025-09-04T05:11:42.855Z","repository":{"id":39206757,"uuid":"242304947","full_name":"webyom/pant","owner":"webyom","description":"Mobile UI Components built on Preact. Ported from Vant.","archived":false,"fork":false,"pushed_at":"2023-01-05T08:05:12.000Z","size":8403,"stargazers_count":26,"open_issues_count":29,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:10:06.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://webyom.github.io/pant/","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/webyom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-22T08:14:37.000Z","updated_at":"2024-10-08T21:46:46.000Z","dependencies_parsed_at":"2023-02-03T19:30:57.005Z","dependency_job_id":null,"html_url":"https://github.com/webyom/pant","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyom%2Fpant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyom%2Fpant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyom%2Fpant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyom%2Fpant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webyom","download_url":"https://codeload.github.com/webyom/pant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665748,"owners_count":21142123,"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":[],"created_at":"2024-08-01T06:01:20.576Z","updated_at":"2025-04-13T05:10:27.680Z","avatar_url":"https://github.com/webyom.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Pant\n\n[![codecov](https://codecov.io/gh/webyom/pant/branch/master/graph/badge.svg)](https://codecov.io/gh/webyom/pant)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nMobile UI Components built on Preact\n\nPorted from [Vant](https://github.com/youzan/vant)\n\n### Install\n\n```bash\n# Using npm\nnpm i pant -S\n\n# Using yarn\nyarn add pant\n```\n\n### Import base style\n\nImport base style in your bootstrap file.\n\n```js\nimport 'pant/es/styles/base.scss';\n```\n\n### Import component on demand\n\n```js\nimport { Button } from 'pant/es/button';\n```\n\n### Components\n\n- Basic Components\n  - [Button](https://webyom.github.io/pant/#/components/button)\n  - [Cell](https://webyom.github.io/pant/#/components/cell)\n  - [Image](https://webyom.github.io/pant/#/components/img)\n  - [Layout](https://webyom.github.io/pant/#/components/layout)\n  - [Popup](https://webyom.github.io/pant/#/components/popup)\n  - [Built-in Styles](https://webyom.github.io/pant/#/components/styles)\n- Form Components\n  - [Checkbox](https://webyom.github.io/pant/#/components/checkbox)\n  - [Field](https://webyom.github.io/pant/#/components/field)\n  - [Form](https://webyom.github.io/pant/#/components/form)\n  - [NumberKeyboard](https://webyom.github.io/pant/#/components/number-keyboard)\n  - [PasswordInput](https://webyom.github.io/pant/#/components/password-input)\n  - [Picker](https://webyom.github.io/pant/#/components/picker)\n  - [Radio](https://webyom.github.io/pant/#/components/radio)\n  - [Switch](https://webyom.github.io/pant/#/components/switch)\n- Action Components\n  - [ActionSheet](https://webyom.github.io/pant/#/components/action-sheet)\n  - [Dialog](https://webyom.github.io/pant/#/components/dialog)\n  - [Loading](https://webyom.github.io/pant/#/components/loading)\n  - [Notify](https://webyom.github.io/pant/#/components/notify)\n  - [Overlay](https://webyom.github.io/pant/#/components/overlay)\n  - [PullRefresh](https://webyom.github.io/pant/#/components/pull-refresh)\n  - [Toast](https://webyom.github.io/pant/#/components/toast)\n- Diaplay Components\n  - [Lazyload](https://webyom.github.io/pant/#/components/lazyload)\n  - [List](https://webyom.github.io/pant/#/components/list)\n  - [Skeleton](https://webyom.github.io/pant/#/components/skeleton)\n  - [Sticky](https://webyom.github.io/pant/#/components/sticky)\n  - [Tag](https://webyom.github.io/pant/#/components/tag)\n- Navigation Components\n  - [Tab](https://webyom.github.io/pant/#/components/tab)\n- Business Components\n  - [Card](https://webyom.github.io/pant/#/components/card)\n  - [SubmitBar](https://webyom.github.io/pant/#/components/submit-bar)\n\n### Preview\n\nYou can scan the following QR code to access the demo on mobile\n\n\u003cimg src=\"https://webyom.github.io/pant/assets/qr-code.png\" width=\"220\" height=\"220\" /\u003e\n\n### Docs\n\nhttps://webyom.github.io/pant/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyom%2Fpant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebyom%2Fpant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyom%2Fpant/lists"}