fomantic-slim-default

A css only build of fomantic-ui without google-fonts provided as webjar.

License

License

MIT
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.eikek
ArtifactId

ArtifactId

fomantic-slim-default
Last Version

Last Version

2.8.7-3
Release Date

Release Date

Type

Type

jar
Description

Description

fomantic-slim-default
A css only build of fomantic-ui without google-fonts provided as webjar.
Project URL

Project URL

https://github.com/eikek/fomantic-slim-default
Project Organization

Project Organization

com.github.eikek
Source Code Management

Source Code Management

https://github.com/eikek/fomantic-slim-default.git

Download fomantic-slim-default

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.eikek/fomantic-slim-default/ -->
<dependency>
    <groupId>com.github.eikek</groupId>
    <artifactId>fomantic-slim-default</artifactId>
    <version>2.8.7-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eikek/fomantic-slim-default/
implementation 'com.github.eikek:fomantic-slim-default:2.8.7-3'
// https://jarcasting.com/artifacts/com.github.eikek/fomantic-slim-default/
implementation ("com.github.eikek:fomantic-slim-default:2.8.7-3")
'com.github.eikek:fomantic-slim-default:jar:2.8.7-3'
<dependency org="com.github.eikek" name="fomantic-slim-default" rev="2.8.7-3">
  <artifact name="fomantic-slim-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eikek', module='fomantic-slim-default', version='2.8.7-3')
)
libraryDependencies += "com.github.eikek" % "fomantic-slim-default" % "2.8.7-3"
[com.github.eikek/fomantic-slim-default "2.8.7-3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Fomantic-UI Slim Default

This is a custom build of Fomantic-UI containing only the css excluding the google font that is added by default.

This is packaged as webjar for use in your jvm-based projects.

Usage

The webjar is pushed to maven-central. Using sbt:

"com.github.eikek" % "fomantic-slim-default" % "<version>"

Building

If you have nix installed, run:

  • nix-shell --run 'sbt package' to build the webjar, or
  • nix-shell --run ./build.sh to build the css files only

Without nix, install yarn, lessc and yuicompressor manually.

Versions

Version
2.8.7-3
2.8.7-0.2
2.8.7-0.1