Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/ss-maui-controls
All my reusable controls for .NET MAUI [WIP - PRs appreciated]
https://github.com/mrsauravsahu/ss-maui-controls
Last synced: about 1 month ago
JSON representation
All my reusable controls for .NET MAUI [WIP - PRs appreciated]
- Host: GitHub
- URL: https://github.com/mrsauravsahu/ss-maui-controls
- Owner: mrsauravsahu
- Created: 2023-07-01T06:22:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T13:05:34.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:33:57.265Z (3 months ago)
- Language: C#
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ss-maui-controls
SS.Maui.Controls is a collection of custom controls for use in .NET MAUI projects. These controls enhance the functionality and user experience of your .NET MAUI applications.
## Controls List
### RatingInput
The RatingInput control is a custom control designed for rating input in your .NET MAUI applications. It allows users to provide a rating by clicking on stars.
## Compatibility
- Target Framework: .NET 7
## Storybook
The SS.Maui.Controls project includes a Storybook that showcases the available controls and their usage. The Storybook provides a convenient way to explore and interact with the controls in different scenarios.
The Storybook project is the Startup Project so it can be run directly.
## Testing
SS.Maui.Controls utilizes the following testing frameworks:
- Unit Testing: xUnit
- End-to-End (E2E) Testing: Appium## Contributing
Contributions to SS.Maui.Controls are welcome! If you encounter any issues, have suggestions, or would like to contribute new features or bug fixes, please create a new issue or submit a pull request.