wrappid / guide-module

Module to help users to create user interface
MIT License
9 stars 1 forks source link

Style Utilities : Border #30

Open Animesh1432 opened 5 months ago

Animesh1432 commented 5 months ago
  1. what is the difference between Border Right and Border End ? cannot find this in bootstrap
  2. For color borders I need a color theme doc.
  3. Why did you create all the borders with "56" is there any specific instructions you followed?
  4. Make different sections for "Start", "End", "Bottom", "Top".
Edithmark42 commented 5 months ago
  1. The color of the border is determined by the theme. The colors of the primary, secondary, error, warning etc. are defined in the theme file and will be rendered based on the theme profile.
  2. We have used 56x56 just for the purpose of demonstration and make it uniform. Any sizes can be used.
  3. If we add different sections for each element that will be unnecessary. So, for simplicity we are keeping it in the same container.
Animesh1432 commented 5 months ago
  1. make the border in center alignment.
  2. Difference in between BORDER_1, BORDER_2, BORDER_3, BORDER_4, & BORDER_5.
  3. BORDER_ROUNDED_END is not working.
  4. BORDER_ROUNDED_BOTTOM not working.
  5. BORDER_ROUNDED_START not working.
Edithmark42 commented 5 months ago

All mentioned issues were fixed. Testing required!