mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-31 11:00:16 +00:00
Add TileLogo component with showcase and documentation
- Introduced the TileLogo component, designed for displaying brand logos with interactive states. - Implemented two shape variants (Square and Rectangle) and two color variants (Neutral and Green), with responsive sizing. - Created a comprehensive showcase page demonstrating all variants, states, and usage examples. - Added detailed documentation covering usage guidelines, best practices, and API reference. - Included SCSS styles for the TileLogo component, ensuring compatibility with both light and dark themes.
This commit is contained in:
committed by
Calvin Jhunjhuwala
parent
3391f69927
commit
354d0c797b
@@ -93,6 +93,7 @@ $line-height-base: 1.5;
|
||||
@import "../shared/components/Link/_link.scss";
|
||||
@import "../shared/components/Divider/Divider.scss";
|
||||
@import "../shared/components/CardOffgrid/CardOffgrid.scss";
|
||||
@import "../shared/components/TileLogo/TileLogo.scss";
|
||||
@import "_code-tabs.scss";
|
||||
@import "_code-walkthrough.scss";
|
||||
@import "_diagrams.scss";
|
||||
|
||||
Reference in New Issue
Block a user