Thanks for your interest in contributing to ui.melanyss.me. I'm happy to have you here.
Please take a moment to review this document before submitting your first pull request. I strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar.
If you need any help, feel free to reach out to @melanysft.
This repository is structured as follows:
ui-components
├── src
└── public
You can fork this repo by clicking the fork button in the top right corner of this page.
git clone https://github.com/your-username/ui.git
cd ui-components
git checkout -b my-new-branch
npm install
Documentation is written using MDX. You can find the documentation files in the apps/www/content/docs
directory.
When adding or modifying components, please ensure that:
- You make the changes for every style.
- You update the documentation.
Before you create a Pull Request, please check whether your commits comply with the commit conventions used in this repository.
When you create a commit we kindly ask you to follow the convention
If you are interested in the detailed specification you can visit https://www.conventionalcommits.org/ or check out the Angular Commit Message Guidelines.
If you have a request for a new component, please open a discussion on GitHub. I'll be happy to help you out.
Please ensure that the tests are passing when submitting a pull request. If you're adding new features, please include tests.
- Implement a search functionality to help users find specific elements quickly.
- Add a dark mode toggle for better accessibility and user preference.
- Implement a tagging system for easier categorization and filtering of elements.
- Add a "Favorites" feature so users can save their most-used elements.
- Implement a color picker for gradients and backgrounds, allowing users to customize colors before copying.
- Add a preview feature that renders the copied code in real-time.
- Implement a versioning system to track changes and updates to the design elements.
- Add a community contribution feature, allowing users to submit their own design elements.
- Implement keyboard shortcuts for faster navigation and copying.
- Add a "Related Elements" section in the modal to suggest similar or complementary design elements.