]> source.dussan.org Git - sonarqube.git/commit
SONAR-19246 Implement sub navigation in the new component library
author7PH <benjamin.raymond@sonarsource.com>
Tue, 9 May 2023 10:49:55 +0000 (12:49 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 May 2023 20:05:28 +0000 (20:05 +0000)
commit23cdf7853c8e1d8adea934361c7f36d2c635cff5
tree9157c795b253b11342cca325e5aeb7ab83406bb9
parent23ba6d65df51362217ba648837004dc2f9cec992
SONAR-19246 Implement sub navigation in the new component library
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/components/subnavigation/SubnavigationAccordion.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/SubnavigationGroup.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/SubnavigationHeading.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/SubnavigationItem.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/__tests__/SubnavigationAccordion-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/__tests__/SubnavigationItem-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/subnavigation/index.ts [new file with mode: 0644]