williamtroup /
Journey.js
🚶 A lightweight, easy-to-use JavaScript library to create interactive, customizable, accessible guided tours across your websites or web apps!
73/100 healthLoading repository data…
debasish1996 / repository
Lightweight, accessible Angular component library — barebone structure and behaviour with zero design opinions. Bring your own styles or use the optional theme package.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Lightweight, accessible Angular component library. Barebone structure and behavior with zero design opinions.
If this saves you time, consider supporting ⭐ Star on GitHub
Documentation & Demos · Getting Started · Star on GitHub
[!WARNING] ⚠️ Work in progress - the API may change in breaking ways.
Built on Angular 21. All components are standalone by default with NgModule wrappers available.
| Component | Package | Description |
|---|---|---|
| Button | @bloc-ui/core | Primary / secondary / outline variants with loading state |
| Input | @bloc-ui/core | Directive with error detection, groups, prefix/suffix |
| Checkbox | @bloc-ui/core | Forms integration and label positioning |
| Radio | @bloc-ui/core | Radio group with roving keyboard navigation |
| Toggle | @bloc-ui/core | Switch toggle with forms integration |
| Spinner | @bloc-ui/core | Inline loading spinner with preset sizes |
| Badge | @bloc-ui/core | Labelling pill with variant and size presets |
Selected from shared topics, language and repository description—not editorial ratings.
williamtroup /
🚶 A lightweight, easy-to-use JavaScript library to create interactive, customizable, accessible guided tours across your websites or web apps!
73/100 healthmwiraszka /
Lightweight, accessible Angular UI component library built on CSS custom properties
63/100 health| Progress | @bloc-ui/core | Horizontal progress bar with label display |
| Skeleton | @bloc-ui/core | Loading placeholder with line, rect, and circle shapes |
| Textarea | @bloc-ui/core | Directive with error state and forms integration |
| Modal | @bloc-ui/modal | Programmatic modals with typed data injection |
| Table | @bloc-ui/table | Declarative data table with striped, bordered, hover options |
| Toast | @bloc-ui/toast | Notifications with info, success, warning, error types |
| Tab | @bloc-ui/tab | Tab group with animated active indicator |
| Date Picker | @bloc-ui/date-picker | Calendar dropdown with min/max date support |
| Tooltip | @bloc-ui/tooltip | Hover/focus tooltip with repositioning and delay control |
| Alert | @bloc-ui/alert | Inline banner with severity variants and optional dismiss |
| Accordion | @bloc-ui/accordion | Collapsible panels with single/multi mode |
| Autocomplete | @bloc-ui/autocomplete | Searchable single-select with async-friendly options |
| Pagination | @bloc-ui/pagination | Page navigation with sibling/boundary config |
| Select | @bloc-ui/select | Dropdown with overlay, keyboard nav, and search |
| Slider | @bloc-ui/slider | Range slider with Angular forms integration |
| Text Highlight | @bloc-ui/text-highlight | Highlights matching substrings in text |
| Virtual Scroll | @bloc-ui/virtual-scroll | Lightweight virtual scrolling for large lists |
| Layout | @bloc-ui/layout | Sidebar layout with collapsible panel [EXP⚠️] |
| Video Player | @bloc-ui/video-player | HTML5 video player with native controls [EXP⚠️] |
# all-in-one
npm install @bloc-ui/kit
# or pick what you need
npm install @bloc-ui/core @bloc-ui/modal
import { BlocButtonComponent } from '@bloc-ui/core/button';
<button blocButton variant="primary" [loading]="saving">Save</button>
Optional theming - adds light/dark mode, colour tokens, and consistent typography:
npm install @bloc-ui/theme
@use '@bloc-ui/theme/styles/bloc-theme';
Prerequisites: Node 24, npm
npm install # install dependencies
ng serve # start demo app → http://localhost:4200
npm run build # build all libraries
ng test # run tests
var() CSS custom properties:where() zero specificity + @layer so your styles always win@bloc-ui/core/button) and standalone packagesControlValueAccessor on checkbox, toggle, radio, date picker☕ Ko-fi · ⭐ Star on GitHub · License: MIT