We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would need a nice looking layout for the following form:
For now it is just the layout based on the components: https://github.com/zakodium-oss/react-science/tree/main/src/components/forms
We will see after how to deal with modification of a global or local state (to be defined).
The component: MonoisotopicPrefsForm
MonoisotopicPrefsForm
should be placed in https://github.com/zakodium-oss/react-science/tree/main/src/app/kinds/mass/ and have a corresponding storybook so that I can test it.
The text was updated successfully, but these errors were encountered:
@lpatiny it does not belong in react-science IMO, at least not as a published component. It would be extremely specific.
But if you want to see how it could look, maybe @wadjih-bencheikh18 can create an example in the storybook.
There is everything we need in the FormGroup component of blueprintjs, it would just need some work on how the fields are laid out (maybe in a grid)
FormGroup
https://blueprintjs.com/docs/#core/components/form-group
Sorry, something went wrong.
No branches or pull requests
We would need a nice looking layout for the following form:
For now it is just the layout based on the components: https://github.com/zakodium-oss/react-science/tree/main/src/components/forms
We will see after how to deal with modification of a global or local state (to be defined).
The component:
MonoisotopicPrefsForm
should be placed in https://github.com/zakodium-oss/react-science/tree/main/src/app/kinds/mass/ and have a corresponding storybook so that I can test it.
The text was updated successfully, but these errors were encountered: