This PR adds a new components.html page for a components library. This page lets developers work on smaller UI elements (BEM blocks) in an isolated environment.
The updated README.md outlines steps to open the page with a local server, create new components using a template, choose contrasting backgrounds for visibility, and where import styles to.
This aims to simplify UI development and enhance work on individual blocks.
Screenshots
Checklist
Before submitting this pull request, please ensure the following:
[x] I've validated my HTML with Nu Html Checker, and it outputs no errors
Description
This PR adds a new
components.html
page for a components library. This page lets developers work on smaller UI elements (BEM blocks) in an isolated environment.The updated README.md outlines steps to open the page with a local server, create new components using a template, choose contrasting backgrounds for visibility, and where import styles to.
This aims to simplify UI development and enhance work on individual blocks.
Screenshots
Checklist
Before submitting this pull request, please ensure the following: