
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
op-odontogram
Advanced tools

OP Odontogram es una librería de React para crear odontogramas dentales interactivos. Permite visualizar y gestionar el estado de dientes permanentes y temporales con una interfaz moderna e intuitiva.
⚠️ Nota: Esta librería está actualmente en versión beta. La API puede cambiar en futuras versiones.
# Clonar el repositorio
git clone https://github.com/pedroinformatico/op-odontorgram.git
# Navegar al directorio
cd op-odontogram
# Instalar dependencias
npm install
# Iniciar el servidor de desarrollo
npm run dev
npm install op-odontogram
import { Odontogram } from "op-odontogram";
import "op-odontogram/styles/odontogram.css";
function App() {
return (
<Odontogram
teeth={teeth}
onToothClick={(tooth) => console.log("Diente seleccionado:", tooth)}
/>
);
}

La aplicación incluye:
¡Las contribuciones son bienvenidas! Para contribuir:
git checkout -b feature/nueva-funcionalidad)git commit -m 'Add: nueva funcionalidad')git push origin feature/nueva-funcionalidad)¿Quieres ser parte de este proyecto? ¡Todos los nakamas son bienvenidos a la travesía!
Este proyecto está bajo la Licencia MIT - ve el archivo LICENSE para más detalles.
Nota: Si tienes cualquier problema con los dientes, solo toma leche 🥛
FAQs
Una librería de React para crear odontogramas dentales interactivos
The npm package op-odontogram receives a total of 7 weekly downloads. As such, op-odontogram popularity was classified as not popular.
We found that op-odontogram demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.