p-foundation / pink-app

The repository is created for learning adaptive web design and team collaboration through git and GitHub
https://p-foundation.github.io/pink-app/
0 stars 0 forks source link

feat: add button UI component #12

Closed MarPostovik closed 8 months ago

MarPostovik commented 8 months ago

Description

I have created the button UI component. Buttons can be used on catalog and form pages.

Each button must use the base class button and the _view key modifier. Available options for _view key modifier:

By default, the button has a width of 100%. It can be changed by using the _place key modifiers:

or by restricting the width with the parent element (for instance, leveraging CSS Flexbox or CSS Grid capabilities, adjusting parent paddings, etc.).

Checklist

Before submitting this pull request, please ensure the following: