File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# PatternFly Data view
22
3- This repo contains React Data view implementation.
3+ This repo contains React Data view implementation.
44
55---
6- ## Contribution guide
6+ ## Contribution guide
77
88### To add a data view sub-component:
991 . create a folder in ` src/ ` matching its name (for example ` src/MyComponent ` )
10102 . to the new folder add a new ` .tsx ` file named after the component (for example ` src/MyComponent/MyComponent.tsx ` )
11113 . to the same folder include an ` index.ts ` which will export the component as a default and then all necessary interfaces
12124 . if this file structure is not met, your component won't be exposed correctly
1313
14- #### Example component:
14+ #### Example component:
1515```
1616import * as React from 'react';
1717import { Text } from '@patternfly/react-core';
You can’t perform that action at this time.
0 commit comments