Closed chris-at-jobber closed 1 week ago
It's common for less-universal components (ie not Button) to be known by different names. This makes it easier to find some of those components in our system, which is especially useful for newer consumers and contributors to adopt our nomenclature.
Inspiration from component.gallery
Before "Looks like Atlantis doesn't have a pill component, guess I have to design one myself!"
pill
After "Ah I see one of these might be what I'm looking for"
Additionally, search should be case-insensitive, so you can search "button" and see Button.
Before
After
Search for some of the terms in the "Additional Results" fields for each component
Search in upper and lower case
Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.
d37aba4
View logs
Motivations
It's common for less-universal components (ie not Button) to be known by different names. This makes it easier to find some of those components in our system, which is especially useful for newer consumers and contributors to adopt our nomenclature.
Inspiration from component.gallery
Before "Looks like Atlantis doesn't have a
pill
component, guess I have to design one myself!"After "Ah I see one of these might be what I'm looking for"
Additionally, search should be case-insensitive, so you can search "button" and see Button.
Before
After
Changes
Added
Changed
Deprecated
Removed
Fixed
Security
Testing
Search for some of the terms in the "Additional Results" fields for each component
Search in upper and lower case
Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.