Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: component dev links #1453

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 63 additions & 1 deletion src/data/content/design-system/componenti/buttons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,68 @@ tabs:
accordionOpen: true
accordionShow: true
sectionsEditorial:
- full: true
noSpace: false
paddingLeft: true
title: Librerie disponibili
id: ComponentStatus
text: >-
Il codice del componente nelle diverse librerie di sviluppo.
background: null
components:
- name: Table
responsive: table-responsive-md
head:
- text: Libreria
- text: Stato componente
- text: Link
rows:
- cols:
- text: Bootstrap Italia
scope: row
- tag:
label: Pronto
addonClasses: bg-success
- simpleCta:
label: Scheda documentazione
blank: true
url: >-
https://italia.github.io/bootstrap-italia/docs/componenti/buttons/
screenReaderText: ' (si apre in una nuova finestra)'
icon:
icon: sprites.svg#it-external-link
size: sm
- cols:
- text: React
scope: row
- tag:
label: Pronto
addonClasses: bg-success
- simpleCta:
label: Scheda Storybook
url: >-
https://italia.github.io/design-react-kit/?path=/docs/documentazione-componenti-button--documentazione
blank: true
screenReaderText: ' (si apre in una nuova finestra)'
icon:
icon: sprites.svg#it-external-link
size: sm
- cols:
- text: Angular
scope: row
- tag:
label: Da rivedere
addonClasses: bg-warning
- simpleCta:
label: Scheda documentazione
url: >-
https://italia.github.io/design-angular-kit/design-angular-kit#/componenti/button
blank: true
screenReaderText: ' (si apre in una nuova finestra)'
icon:
icon: sprites.svg#it-external-link
size: sm

- full: true
noSpace: true
paddingLeft: true
Expand All @@ -415,4 +477,4 @@ tabs:
align: middle
hidden: true
size: sm
addonClasses: ms-2
addonClasses: ms-2
Loading