18.3.0 • Published 10 months ago

@mantic-ui/fomantic-ui-angular v18.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

mantic UI

| Documentation | Github Repository | Support |

Fomantic UI theme for mantic UI Angular components

Requires @mantic-ui/angular

!!! This theme is currently not yet fully implemented and tested, and probably contains some bugs. So please use the Semantic UI Theme !!!

Example

A common button with some styling

Example of a common button

<m-button primary (click)="...">
  Save
</m-button>
<m-button (click)="...">
  Discard
</m-button>

Getting Started with Fomantic UI Theme

Install base package for angular and Fomantic UI theme

npm i @mantic-ui/angular @mantic-ui/fomantic-ui-angular 

Import theme in AppModule

app.module.ts

import { FomanticUiModule } from '@mantic-ui/fomantic-ui-angular';

@NgModule({
  imports: [
    ...
    FomanticUiModule
  ]
})
export class AppModule { }

Apply style in AppComponent

app.component.html

<m-fomantic-ui-theme>
    <!-- Import common styles for site -->
    <m-fomantic-ui-site></m-fomantic-ui-site>
    <!-- Import reset to normalize values for CSS properties -->
    <m-fomantic-ui-reset></m-fomantic-ui-reset>
    <!-- Import local hosted lato font -->
    <m-fomantic-ui-lato-local></m-fomantic-ui-lato-local>
</m-fomantic-ui-theme>

As alternative for , you can use a CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.4.2/dist/fomantic.min.css">

Or install via Fomantic Docs

Configure package assets usage

angular.json

 "projects": {
    "<your-project-name>": {
      "architect": {
        "build": {
          "options": {
            "assets": [
              // Copy all package assets to app asset folder on build
              {
                "glob": "**/*",
                "input": "./node_modules/@mantic-ui/fomantic-ui-angular/assets",
                "output": "/assets/"
              }
            }
          }
        }
      }
    }
  }

Credits

Original css from Fomantic UI

Work-in-progress

Currently we are not yet done. So please do not expect a perfect framework

If you have a issue, look in our issue tracker on github

To support us fork our github repository

Direct contact (German, English) via email, WhatsApp or join our Discord server

18.3.0

10 months ago

18.2.2

11 months ago

18.2.1

11 months ago

18.2.0

1 year ago

18.0.2

1 year ago

18.1.0

1 year ago

18.0.1

1 year ago

18.0.0

1 year ago

17.5.0

1 year ago

17.4.1

1 year ago

17.4.0

1 year ago

17.3.0

2 years ago

17.3.1

2 years ago

17.2.0

2 years ago

17.0.3

2 years ago

17.1.0

2 years ago

17.0.2

2 years ago

17.0.1

2 years ago

16.9.1

2 years ago

16.9.0

2 years ago

16.8.1

2 years ago

16.8.0

2 years ago

16.6.1

2 years ago

16.9.3

2 years ago

16.9.2

2 years ago

17.0.0

2 years ago

16.6.0

2 years ago

16.5.0

2 years ago

16.4.0

2 years ago

15.3.0

2 years ago

16.2.0

2 years ago

16.1.0

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

16.3.0

2 years ago

15.2.0

3 years ago

15.0.2

3 years ago

15.0.0

3 years ago

15.1.0

3 years ago

15.0.1

3 years ago

14.1.0

3 years ago

13.0.0

3 years ago