See

screenshot of See

A web components library that can be styled and extended freely, pre-providing components in Material You.

Overview:

The tiny-material project is currently under development and should not be used in a production environment. It is designed to run well on modern browsers such as Google Chrome, Firefox, Chromium, Microsoft Edge (Chromium), and Opera. However, it may not work properly on Safari when using the iconify-icon feature. The project utilizes web components, shadow root, constructable style sheets, CSS variables, and TypeScript for type checking.

Features:

  • Web Components (without polyfill): The project utilizes web components, which allow for the creation of reusable custom HTML elements.
  • Shadow Root (without polyfill): Shadow root allows for encapsulation of styles and behavior within a custom HTML element.
  • Constructable StyleSheets (with polyfill): The project uses constructable style sheets to enable the dynamic application of styles to web components.
  • CSS variable: The project supports the use of CSS variables for flexible and dynamic styling.
  • Typescript (only for type check): TypeScript is used for type checking in the project.

Summary:

The tiny-material project is a work-in-progress theme that makes use of web components and various modern web technologies. It is not recommended for production use at this stage but is compatible with most modern browsers. The project utilizes features such as shadow root, constructable style sheets, CSS variables, and TypeScript. Contributions and bug reports are welcome from the community.

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.