@anjunar/scalajs-jfx
v1.1.0
Published
NPM companion package for scalajs-jfx: the default JFX component CSS.
Readme
@anjunar/scalajs-jfx
NPM companion package for the Maven artifact com.anjunar::scalajs-jfx.
This package provides the default JFX component CSS.
Install it next to the Scala.js dependency:
npm install @anjunar/scalajs-jfxImport the shared Anjunar UI grammar once in your application stylesheet, then import the JFX package CSS from your Vite entrypoint:
@import "tailwindcss";
@import "@anjunar/ui";import '@anjunar/scalajs-jfx/index.css'
import 'scalajs:main.js'Or import the package root if you want the default CSS side effect:
import '@anjunar/scalajs-jfx'