Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

marcelorafaelfeil/ng5-semantic-ui

Repository files navigation

Angular Semantic-ui

The purpose of this project, is convert the semantic-ui to angular components.

Ng5-semantic-ui it's starting and has a few components.

Getting started

First, is necessary to install the package in your project:

npm install ng5-semantic-ui

Then, is necessary to include this three files in your .angular-cli.json:

"styles": [
	"../node_modules/semantic-ui-css/semantic.css"
],
"scripts": [
	"../node_modules/jquery/dist/jquery.min.js",
	"../node_modules/semantic-ui-css/semantic.js"
]

Now, you need to import the SemanticModule in your module:

import {SemanticModule} from 'ng5-semantic-ui';
...
imports: [
	SemanticModule
]
... 

Now, your project is ready to use the ng5-semantic-ui components.

More Links

Wiki

About

Project aimed at convert semantic-ui elements to angular components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published