-
Notifications
You must be signed in to change notification settings - Fork 40
[Components] Update README #2303
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
base: main
Are you sure you want to change the base?
Conversation
8b4585f to
7f63ffe
Compare
packages/react-components/README.md
Outdated
| **Prerequisites:** | ||
|
|
||
| This package provides reusable React components built on top of `@osdk/react` for common Ontology SDK use cases. | ||
| - React 18+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually not sure if we support React 19 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In package.json, we have peerDependencies set to
"react": "^17 || ^18 || ^19",
|
|
||
| ```typescript | ||
| import {/* your components */} from "@osdk/components"; | ||
| ## Components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could go either way but I don't think including this project/planning level info is helpful
|
|
||
| ```sh | ||
| npm install @osdk/react-components | ||
| npm install @osdk/react-components @osdk/react |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make it clear the relationship between @osdk/react-components and @osdk/react?
KuberSethi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README generally looks good - think you might need to rebase
7f63ffe to
d682f62
Compare
8d98790 to
1c65ec7
Compare
No description provided.