/Neog-Assignments

A repository for all the future assignments of the camp

Primary LanguageHTML

CSS Assignments

Flex-box and Positioning exercise

  1. Create a card component with different styles. Create multiple styles only using css. Do not change the template. (hint: use the power of flex-box to change layout)

  2. Create a list of chips inside a container. (hint: flexwrap ?)

    • Chips should wrap to next line automatically.
    • UX reference: https://material.angular.io/components/chips/examples
    • Don’t add inside the input as it might require some JS (people comfortable can implement)
    • Key is how to add multiple wrapping chips in a container.
    • A chip can have an icon on the left of the text and a cross icon fixed at the right most end.
  3. Create a drawer component.

  4. Create a header component

  5. Create a badge component (hint: positioning?)

  6. Create a snackbar component (hint: positioning)

  7. Create different styles of dialogs

  8. Create different styles of tabs