Skip to content

Commit

Permalink
Merge pull request #2491 from gluestack/feat/note
Browse files Browse the repository at this point in the history
Feat/note
  • Loading branch information
gluestackadmin authored Sep 25, 2024
2 parents d7972c6 + 17a9287 commit d44e824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export default () => (
> Note: Our responsive grid component is based on a 12-column grid layout. It follows the CSS **grid system** on the web and **flexbox layout** on native devices. Since the grid layout is only supported on the web, passing the grid-cols and col-span classNames inside _extra is **recommended** for the grid component to work effortlessly on both web and native. Our grid component currently does not support rowSpan.
> Note: The immediate parent of **GridItem** must be **Grid**. There should be no higher-order component (HOC) between them.
### Component Props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ export default () => (
);
```

> Note: The immediate parent of **MenuItem** must be **Menu**. There should be no higher-order component (HOC) between them.

### Component Props

This section provides a comprehensive reference list for the component props, detailing descriptions, properties, types, and default behavior for easy project integration.
Expand Down

0 comments on commit d44e824

Please sign in to comment.