Posibility to use react bootstrap modal in maco
Open
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I want to use bootstrap modal with maco export i can call the modal but i can't change the state off modal.
can i implement this inside maco?
getInitialState() {
return { showModal: false };
},
close() {
this.setState({ showModal: false });
},
open() {
this.setState({ showModal: true });
},
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading maco's component export and how it handles React state, then reproduce the reported Bootstrap modal behavior. Done means the exported component can open and close the modal while its showModal state changes as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100