Blaze UI Last Updated : 16 Jun, 2024 Comments Improve Suggest changes Like Article Like Report Blaze UI is a free & open-source (MIT Licence) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to create a scalable and responsive website fast and efficiently with a consistent style. Blaze UIWhy Blaze UI?Accessibility: It allows us to educate its importance & make enables the website from accessible to everyone via Accessible selectors. Responsive: It allows us to build a mobile-first design that can be accessible to all the screen-size devices. Custom builds: It implements the concept of variables and mixins, that facilitate us to customize our components. Opt-in: Blaze UI allows us to control any of our designs that we want it to & is not controlled automatically by the Blaze. Blaze UIInstallation StepsThere are 2 different ways the Blaze UI can be utilized in the project: By using the CDN Links By installing the Node Modules We will explore both the option for using the Blaze UI & understand it through the implementation. By implementing through CDN LinkThe Blaze UI toolkit can be used via CDN links i.e. for CSS & JavaScript, which is described below: Step 1: For CSS & JavaScript Components: We need to add the following link inside the <head> tag: CSS Component: <link rel="stylesheet" href="https://unpkg.com/@blaze/[email protected]/dist/blaze/blaze.css"> JavaScript Component: <script type="module" src="https://unpkg.com/@blaze/[email protected]/dist/blaze-atoms/blaze-atoms.esm.js"></script> <script nomodule="" src="https://unpkg.com/@blaze/[email protected]/dist/blaze-atoms/blaze-atoms.js"></script> Step 2: Add the specific component by implementing the particular class: <button class="c-button" type="button">Button</button>By installing the Node ModulesWe can use the Blaze UI by installing the Node Modules. The steps for installation are given below: Step 1: Run the below command to install the Blaze UI: npm install @blaze/atoms --save Step 2: Add the below <script> tag inside the <head> section in the index.html file: <script src="node_modules/@blaze/atoms/dist/blaze-atoms.js"></script> Step 3: Add the particular class to implement the specific component: <p class="u-centered" style="color:violet">Content</p>Step 4: Run the following command to execute the application: npm run testExample: This example describes the implementation of Blaze UI by specifying the required CDN links. HTML <!DOCTYPE html> <html lang="en"> <head> <title>Blaze UI</title> <meta charset="utf-8"> <meta name="viewport" content= "width=device-width, initial-scale=1"> <link rel="stylesheet" href= "https://unpkg.com/@blaze/[email protected]/dist/blaze/blaze.css"> </head> <body> <center> <h1 style="color:green" class="c-heading u-super"> GeeksforGeeks </h1> <strong class="c-heading u-xlarge"> Blaze UI Example </strong> </center> <div role="tree" class="c-tree"> <button role="treeitem" aria-expanded="false" class="c-tree__item"> HTML </button> <button role="treeitem" aria-expanded="true" class="c-tree__item"> CSS </button> <div role="tree" class="c-tree"> <span role="treeitem" class="c-tree__item"> Bootstrap </span> <span role="treeitem" class="c-tree__item"> Foundation </span> <span role="treeitem" class="c-tree__item"> Semantic UI </span> <span role="treeitem" class="c-tree__item"> Pure CSS </span> </div> <button role="treeitem" aria-expanded="true" class="c-tree__item"> JavaScript </button> <span role="treeitem" class="c-tree__item"> FabricJS </span> <span role="treeitem" class="c-tree__item"> NodeJS </span> <span role="treeitem" class="c-tree__item"> BackboneJS </span> <span role="treeitem" class="c-tree__item"> ExpressJS </span> </div> </body> </html> Output: Comment More infoAdvertise with us Next Article Blaze UI Introduction H hardiksm73 Follow Improve Article Tags : Web Technologies CSS Blaze-UI Tutorials Web-Tech Tutorials +1 More Similar Reads Blaze UI Blaze UI is a free & open-source (MIT Licence) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not 3 min read Blaze UI Introduction Blaze UI is a free & open-source (MIT Licence) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not 3 min read Blaze UI ObjectsBlaze UI ContainersBlaze UI is a free, open-source UI toolkit to build a great website. It provides you with various features like responsiveness, custom components, etc. There are various sizes of containers available in the Blaze UI framework that the users can use in their web applications to organize the paragraph 5 min read Blaze UI PanelsBlaze UI is a free open source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 3 min read Blaze UI ImagesBlaze UI is a free open source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 2 min read Blaze UI DrawersBlaze UI is a free open-source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 3 min read Blaze UI MediasBlaze UI is a free, open-source UI toolkit to build a great website. It provides you with various features like responsiveness, custom components, etc. Media objects are mostly used for comment engines and other images and related text displays. With media objects, we can add images, and texts like 3 min read Blaze UI Objects Complete ReferenceBlaze UI is a free & open-source (MIT Licence) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation Blaze UI Objects List: Blaze UI Containers Blaze UI Container sizesBlaze UI Containers NestingBlaze UI 1 min read Blaze UI ComponentsBlaze UI AddressesBlaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has excellent different elements to use to make your website look more amazing. This framework allows us to use various of its styles and prop 2 min read Blaze UI AutocompleteBlaze UI is a free open-source UI toolkit that provides a strong and maintainable foundation to develop scalable web solutions. All the components of Blaze UI are developed mobile-first and rely on native browser features, not on any additional library or framework. Blaze UI provides autocomplete fe 2 min read Blaze UI AvatarsBlaze UI is a free and open-source user interface toolkit that provides a strong foundation to build maintainable and scalable websites. All of its components are developed mobile-first and are fully responsive which works on devices of any screen size. In this article, we will be seeing Blaze UI Av 6 min read Blaze UI Back to topBlaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing. This framework allows us to use various of its styles and properti 2 min read Blaze UI BadgesBlaze UI is a free open-source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 3 min read Blaze UI BreadcrumbsBlaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing. This framework allows us to use various of its styles and properti 2 min read Blaze UI CalendarsBlaze UI is a CSS open-source framework. It is a lightweight UI toolkit that provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. Its project is ava 2 min read Blaze UI CounterBlaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has excellent different elements to use to make your website look more amazing. This framework allows us to use various of its styles and prop 2 min read Blaze UI DividerBlaze UI is a free open-source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 2 min read Blaze UI HeadingsBlaze UI is a free open-source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 2 min read Blaze UI ListsBlaze UI is a free open source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 2 min read Blaze UI RangesBlaze UI is a user interface toolkit that helps developers to build maintainable websites by using its components. All of its components are mobile-first and scale accordingly based on screen size. Blaze UI Ranges are known as sliders, basically, it is used to specify the range of values when we dra 2 min read Blaze UI StickyBlaze UI is a CSS open-source lightweight UI toolkit that provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. Blaze UI Sticky is used to pin some u 3 min read Blaze UI ToastsBlaze UI is a CSS open-source framework. It is a lightweight UI toolkit and provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. It project is avail 3 min read Blaze UI TogglesBlaze UI is a CSS open-source framework. It is a lightweight UI toolkit and provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. It project is avail 3 min read Blaze UI TooltipsBlaze UI is a CSS open-source framework. It is a lightweight UI toolkit and provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. Its project is avai 3 min read Blaze UI TreesBlaze UI is a free open source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 2 min read Blaze UI Components Complete ReferenceBlaze UI is a free & open-source (MIT License) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation Blaze UI Components List: Blaze UI Accordions Blaze UI Addresses Blaze UI Alerts Blaze UI Alerts Attrib 3 min read Blaze UI UtilitiesBlaze UI AlignmentBlaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has excellent different elements to use to make your website look more impressive. This framework allows us to use various of its styles and p 3 min read Blaze UI BoxingBlaze UI is a CSS open-source framework. It is a lightweight UI toolkit and provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. Its project is avai 3 min read Blaze UI ElevationBlaze UI is a framework-free open-source UI toolkit. It provides a great foundation for building scalable websites faster. Blaze UI comes with a lot of pre-styled components and many utilities so that developers don't have to build everything from scratch. All of its components rely solely on native 2 min read Blaze UI SizesBlaze UI is a free open source UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to c 3 min read Blaze UI VisibilityBlaze UI is a responsive front-end framework and a free open-source UI toolkit utilized to make sites easily. It provides us with an outstanding structure that helps us to form a strong and maintainable foundation for websites. All the components are developed keeping mobile responsiveness a priorit 4 min read Blaze UI Utilities Complete ReferenceBlaze UI is a free & open-source (MIT License) Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation Blaze UI Utilities List: Blaze UI Alignment Blaze UI Centered AlignmentBlaze UI Alignment Vertical Blaz 2 min read Like