Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/arturbien/react95/2Srz2TGeJDytHHU3skCG4JhqJjd6 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3e982e9:
|
|
Hello Artur Bień, Chip ComponentThis is the Chip Component. I tried to make the UI as similar to what you have instructed in the issue. Component
Propslabel - Label of the Chip Note: BackgroundColor and Color are just optional props. If not provided, Chip will take up respective properties based on the Theme. ScreenshotBugs
Todos:
|






Hello Artur Bień,
Tag Component
This is the Tag Component. I tried to make the UI as similar as the SS you have tagged in the issue.
Tags Container Component - Extra Component
This is made with the purpose of Containing the tags at one place.
How I approached
Tag Size
I tried taking the height of the tag as 28px by enlarging Window95 UI to the height of the screen and then measuring the respective size of the tag.
Tag Content Management
I passed an Array of content to the component, which will be basically about the type of content.
Screenshot
Actual Implementation

Story Book Implementation

Features
Note : These are the minimal features that I think (since haven't seen UI in real) should be there. Please guide me what to add more to make the component more interesting.Bugs
Todos: