Skip to content

Commit

Permalink
docs: add Image component
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 16, 2024
1 parent ee07fc4 commit c1a61a0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/component-index/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export enum ORGANISATIONS {
export enum COMPONENT_STATES {
DISCOURAGED = 'Discouraged',
TODO = 'Help Wanted',
UNKNOWN = 'Unknown',
COMMUNITY = 'Community',
NL_UNSTABLE = 'Candidate',
NL_STABLE = 'Hall of fame',
Expand Down Expand Up @@ -1779,4 +1780,30 @@ export const componentIndex: DesignSystemComponent[] = [
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/199',
},
{
id: 'image',
name: 'Image',
aliases: [],
state: COMPONENT_STATES.UNKNOWN,
communityDocs: [],
implementations: [
{
organisation: ORGANISATIONS.UTRECHT,
type: COMPONENT_TYPES.CSS,
implementation: 'https://nl-design-system.github.io/utrecht/storybook-css/?path=/docs/css-img--docs',
},
{
organisation: ORGANISATIONS.UTRECHT,
type: COMPONENT_TYPES.REACT,
implementation: 'https://nl-design-system.github.io/utrecht/storybook-react/?path=/docs/react-image--docs',
},
{
organisation: ORGANISATIONS.UTRECHT,
type: COMPONENT_TYPES.VUE,
implementation: 'https://nl-design-system.github.io/utrecht/storybook/?path=/docs/vue_vue-image--docs',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/201',
},
];

0 comments on commit c1a61a0

Please sign in to comment.