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 3 forks source link

Get labelPosition from global store in Tile.tsx #62

Open RodriSanchez1 opened 7 months ago

RodriSanchez1 commented 7 months ago
//Tile.tsx

export default function Tile({ tile, handleTileClick, children }: Props) {
  const displaySettings = {
    labelPosition: 'Below',
  } as { labelPosition: LabelPositionRecord }; // TODO: get from settings

_Originally posted by @tomivm in https://github.com/cboard-org/cboard-ai-builder/pull/52#discussion_r1499975717_