Introduction
BML UIF is a workflow for frontend developers, playing a crucial role in creating UI layouts. It's based on the fundamental design principles of BML UXD, utilizing Tailwind CSS and Nuxt UI as the foundational framework to define styles and patterns as specified by BML UXD.
It consists of two key components:
- Elements derived from BML UXD (guidelines for commission project work), such as colors, fonts, layouts, and various components.
- UI components that have potential for reuse or are expected to function effectively, efficiently, and prove useful in future projects.
Require
Setup
Tailwind
App Config
The uiConfig() function takes two parameters: strategy (NuxtUi Config) and customConfig for additional customization of NuxtUi component configurations.
UI Config
Compiles the basic UI styles for UIF, exported as a function that returns the Component Config format for NuxtUi.
** It's recommended to import only the necessary files, and the Config code for each component can be viewed individually.