Drab

screenshot of Drab
svelte
vite
tailwind

Drab

Headless custom element library

Overview

The drab library is a JavaScript component library that focuses on providing useful functionality and wrappers around browser APIs. It is designed to be minimal in size and has one dependency, Svelte. The components support server-side rendering and transitions can be disabled for users who prefer reduced motion. The library takes a more opinionated approach compared to other headless UI libraries by providing basic HTML structure and default positioning for every component, while still allowing for customization using styles, slots, and slot props.

Features

  • Components are minimal in size and have one dependency, Svelte.
  • Progressive enhancement or fallback noscript message for components whenever possible.
  • Transitions can be disabled for users who prefer reduced motion.
  • All components support server-side rendering.
  • Basic HTML structure for every component with default positioning.
  • Customizable using styles, slots, and slot props.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

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.