cboard-org / cboard-ai-builder

The Cboard AI Builder is an augmentative and alternative communication (AAC) board generator designed to streamline the creation process for speech therapists or caregivers. It aims to reduce the time required to create specific AAC boards and provide a preliminary draft quickly.
https://cboard.io
GNU General Public License v3.0
7 stars 2 forks source link

Board Container component #35

Closed RodriSanchez1 closed 7 months ago

RodriSanchez1 commented 7 months ago

This pull request adds the Board Container component to the route board. This component wraps:

You can render diferent boards changing de testBoard[0] array on const [board, setBoard] = useState<BoardRecord>(testBoard[0]) on BoardContainer component