@nitro-bio/platemap
v1.0.11
Published
Platemap React Component
Downloads
286
Readme
Nitro Platemap
Quickstart
This component requires the @nitro-bio/platemap package. Install it via:
npm i @nitro-bio/platemap@latestAnd either add it to your tailwind config
const colors = require("tailwindcss/colors");
export default {
darkMode: "class",
content: [
...
"./node_modules/@nitro-bio/platemap/dist/nitro-platemap.es.js",
],
theme: {
...
extend: {
...
colors: {
...
brand: colors.emerald,
noir: colors.zinc,
},
},
},
plugins: [],
};or import the css file
import "path/to/node_modules/@nitro-bio/platemap/dist/nitro-platemap.css";