Closed
Description
Description
There is inconsistency in prop naming conventions across the codebase:
- $UniWidth is defined in the SectionTitle component, but UniWidth is used in several places instead of @$UniWidth.
- $secondary is defined in the Button component, but many implementations use secondary instead.
Expected Behavior
- Ensure that $UniWidth is used consistently as @$UniWidth.
- Ensure that $secondary is used instead of secondary for consistency.
Tasks
- Replace UniWidth with @$UniWidth where necessary.
- Replace secondary with $secondary in relevant implementations.
Screenshots


Environment:
- Host OS:
- Browser:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- 📚 See contributing instructions.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.