1.0.4 • Published 3 years ago
odontogram-aukde v1.0.4
Welcome to Odonto Aukde!
A small and simple odontogram developed in React (ES6 & JSX)
Function
The functionality of marking a tooth according to its category (Vestibular, Distial, Mastial, Palastine and Occlusal).
In addition to being able to save the data in a JSON file for future use
Props
SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:
COMPONENT | PROPS |
---|---|
Tooth | vestibularC(), vestibularU(), distialC(), distialU(), palastinaC(), palastinaU(), mastialC(), mastialU(), oclusalC(), oclusalU(), top, left, right, bottom, center |
Teeth | vestibularC, vestibularU, distialC, distialU, palastinaC, palastinaU, mastialC, mastialU, oclusalC, oclusalU |
Denture | tooth(category, zone, id), Rtooth(id), top1, top2, bottom1, bottom2 |
Odontogram | tooth(category, zone, id), rtooth(id) |
Functionality of the odontogram
graph LR
A(Odontogram)
A --> C(Dentures)
C --> D(Tooths)
D --> E(Teeths)
E --> F(Vestibular)
E --> G(Distial)
E --> H(Mastial)
E --> I(Palastina)
E --> J(Oclusal)