Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheesegrinder/poppy-ui
Components library based on DaisyUI made with StencilJS
https://github.com/cheesegrinder/poppy-ui
daysiui stencil system-design webcomponents
Last synced: about 1 month ago
JSON representation
Components library based on DaisyUI made with StencilJS
- Host: GitHub
- URL: https://github.com/cheesegrinder/poppy-ui
- Owner: CheeseGrinder
- License: mit
- Created: 2024-02-20T15:28:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T11:52:07.000Z (about 1 month ago)
- Last Synced: 2024-10-14T02:03:50.130Z (about 1 month ago)
- Topics: daysiui, stencil, system-design, webcomponents
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Poppy UI
Poppy is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase with JavaScript and the Web.
Poppy is based on Web Components and Daisy UI, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.
Contribute### Packages
| Project | Package | Version | Downloads| Links |
| ------- | ------- | ------- | -------- |:-----:|
| **Core** | [`@poppy-ui/core`](https://www.npmjs.com/package/@poppy-ui/core) | [![version](https://img.shields.io/npm/v/@poppy-ui/core/latest.svg)](https://www.npmjs.com/package/@poppy-ui/core) | | [`README.md`](core/README.md)
| **Vue** | [`@poppy-ui/vue`](https://www.npmjs.com/package/@poppy-ui/vue) | [![version](https://img.shields.io/npm/v/@poppy-ui/vue/latest.svg)](https://www.npmjs.com/package/@poppy-ui/vue) | | [`README.md`](packages/vue/README.md)
| **React** | [`@poppy-ui/react`](https://www.npmjs.com/package/@poppy-ui/react) | [![version](https://img.shields.io/npm/v/@poppy-ui/react/latest.svg)](https://www.npmjs.com/package/@poppy-ui/react) | |[`README.md`](packages/react/README.md)
| **Angular** | [`@poppy-ui/angular`](https://www.npmjs.com/package/@poppy-ui/angular) | [![version](https://img.shields.io/npm/v/@poppy-ui/angular/latest.svg)](https://www.npmjs.com/package/@poppy-ui/angular) | | [`README.md`](packages/angular/README.md)### Getting Started
Start a new project by following our [documentation](https://poppy-ui.com/docs/).
We would love to hear from you! If you have any feedback or run into issues using our framework, please file
an [issue](https://github.com/CheeseGrinder/poppy-ui/issues/new) on this repository.### Contributing
Thanks for your interest in contributing! Read up on our guidelines for
[contributing](https://github.com/CheeseGrinder/poppy-ui/blob/main/docs/CONTRIBUTING.md)
and then look through our issues with a [help wanted](https://github.com/CheeseGrinder/poppy-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
label.Please note that this project is released with a [Contributor Code of Conduct](https://github.com/CheeseGrinder/poppy-ui/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.