1.0.6 • Published 1 year ago

@nitro-bio/platemap v1.0.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
1 year ago

Nitro Platemap

CleanShot 2025-01-28 at 14 52 05@2x

Quickstart

This component requires the @nitro-bio/platemap package. Install it via:

npm i @nitro-bio/platemap@latest

And 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";
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago