diff --git a/README.md b/README.md index 67e623d..a3f34ee 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,10 @@ Library App is a console-based library management system implemented in C# using ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -``` \ No newline at end of file +``` +## UI Sample +A standalone responsive "Transformer Tabs" demo based on the provided markup/CSS/JS is available at: + +- `samples/transformer-tabs/index.html` + +Open the file in a browser to interact with tab switching behavior on desktop and mobile breakpoints. diff --git a/samples/transformer-tabs/index.html b/samples/transformer-tabs/index.html new file mode 100644 index 0000000..6d9775a --- /dev/null +++ b/samples/transformer-tabs/index.html @@ -0,0 +1,237 @@ + + + + + + Transformer Tabs + + + +
+ + +
+

Tab 1

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad cum non iure magnam dolores earum nemo quo tempora ab unde! +
+ +
+

Tab 2

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur est natus esse minima nihil quidem tenetur alias pariatur. +
+ +
+

Tab 3

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores numquam cupiditate aliquam quisquam repellendus fugit eaque asperiores. +
+ +
+

Tab 4

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste officiis impedit ut culpa quaerat error pariatur voluptatum sapiente. +
+
+ + + +