This repository was archived by the owner on Jun 4, 2025. It is now read-only.
feat(react): added button, app and AppConfig#175
Draft
ndevplanque wants to merge 5 commits intomainfrom
Draft
Conversation
|
Thank you for following the naming conventions! 🙏 |
IronMine
reviewed
Mar 7, 2025
| "scripts": { | ||
| "format": "prettier --write \"**/*.{ts,tsx,md}\"" | ||
| "format": "prettier --write \"**/*.{ts,tsx,md}\"", | ||
| "clean": "rm -rf dist", |
HugoRCD
approved these changes
Mar 20, 2025
button, app and AppConfig
b66a012 to
df9c624
Compare
Contributor
✅ Deployed mockline
|
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
📚 Description
Déplacement du code ajouté dans
react-components.Ajout du composant
AppAjout du
Context/Provider "useAppConfig"Ajout d'un hook
useComponentpour récupérer les classes des composantsPrise en compte du thème mockline (calculé dans la constante
uiduuseComponent)Prise en compte de la config dans
useComponentAjout d'un composant Icon utilisant @iconify/react
Ajout d'un composant Button utilisant useComponent et Icon
@mockline/themesni à utiliser les composants dans le playground.📝 Checklist