スキル一覧に戻る
RijksICTGilde

jinja-roos-components

by RijksICTGilde

Interne tool voor overzicht wie, waar, wat, wanneer

1🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: jinja-roos-components description: Create UI components using jinja-roos-components library. Use when building forms, buttons, modals, or any frontend elements in Wies templates.

Jinja ROOS Components

Overview

Wies uses jinja-roos-components from RijksICTGilde for UI components. Repository: https://github.com/RijksICTGilde/jinja-roos-components

Component Syntax

Components use custom HTML-like tags with c- prefix:

<c-component-name attribute="value">Content</c-component-name>

Available Components

Headings

  • <c-h1> / <c-h2> - Headings with optional noMargins attribute

Buttons

  • <c-button kind="primary|secondary|tertiary|warning|warning-subtle">

Alerts

  • <c-alert kind="info|success|warning|error">

Form Inputs

  • <c-input> - Text input
  • <c-select-field> - Dropdown select
  • <c-file-input-field> - File upload
  • <c-date-input-field> - Date picker

Other

  • <c-link> - Links
  • <c-icon icon="" color="" size=""> - Icons

Styling & Layout

For layout, use RVO CSS classes:

  • rvo-layout-column, rvo-layout-gap--xl - Layout
  • rvo-max-width-layout - Container

Forms

Django forms use RVOMixin for styling. Form fields render via rvo/forms/field.html.

Fallback Reference

For CSS classes not covered by jinja-roos-components:

Read components.md for detailed usage patterns from the Wies codebase.

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です