0.4.0 • Published 9 months ago

@fredperr/excavator-ui v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Excavator UI (extension of Excavator)

Getting started

Installation

pnpm install @fredperr/excavator-ui

If you use the UI extensions, you will need to configure tailwindcss and postcss:

In your postcss.config.js:

export default {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}

In your tailwind.config.js:

import path from "path";
import type { Config } from "tailwindcss";
import sharedConfig from "@fredperr/excavator-config-tailwind";

const config: Pick<Config, "content" | "presets"> = {
  content: [
    "./src/app/**/*.tsx",
    path.join(path.dirname(require.resolve("@fredperr/excavator-ui")), "./**/*.{js,mjs,mdx,tsx,ts}"),
  ],
  presets: [sharedConfig],
  plugin: [require('@fredperr/excavator-config-tailwind/tailwind-config')],
};

export default config;
0.4.0

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.4

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago