See

screenshot of See

Standard Extensible Elements

Overview

Tiny-material is a web component library that is currently under development. It is not recommended for use in production environments. The library is designed to be compatible with modern browsers such as Google Chrome, Firefox, Chromium, Microsoft Edge (Chromium), and Opera. However, support for Internet Explorer is not available. Note that the "iconify-icon" feature may not work on Safari.

Features

  • Web Components: Utilizes web components technology without the need for polyfills.
  • Shadow Root: Utilizes shadow roots for encapsulation of styles and DOM.
  • Constructable StyleSheets: Makes use of constructable stylesheets, with the option of using a polyfill.
  • CSS Variable: Supports CSS variables for flexible styling.
  • Typescript: Uses Typescript for type checking.

Summary

Tiny-material is a web component library currently in development. It offers a range of features including web component support, shadow roots, constructable stylesheets, CSS variables, and integration with Typescript for type checking. Although it is not recommended for production use, contributions and bug reports are welcome.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

web-components
Web Components

Web components provide a way to create reusable, encapsulated UI components using standard web technologies such as HTML, CSS, and JavaScript. They allow developers to create complex UI components that can be easily shared across multiple projects and frameworks. Web components are built using four main specifications: Custom Elements, Shadow DOM, HTML Templates, and ES Modules.