An open API service indexing awesome lists of open source software.

https://github.com/websemantics/semantic-dojo-styles

The stylish side of Semantic-Dojo
https://github.com/websemantics/semantic-dojo-styles

Last synced: 8 days ago
JSON representation

The stylish side of Semantic-Dojo

Awesome Lists containing this project

README

          

# Semantic Dojo Styles

This project contains the styles for the [Semantic Dojo](https://github.com/websemantics/semantic-dojo) project.

> Last update: 30 March 2016

This project harnesses the styles awesomeness of the [Semantic UI](http://semantic-ui.com) framework with Dojo Toolkit powerful UI widgets.

- The same folder structure of the Semantic UI has been copied and used throughout this project.

- Every Dijit component will require / import a relevant Semantic Ui component, if any.

Try [live demo](http://websemantics.github.io/semantic-dojo).

### Install

To include in your own project
```
bower install semantic-dojo-styles
```

This package requires the `semantic` package to be present on the same level
```
.
|
├── src
| ├── semantic-dojo-styles
| ├── semantic
|

```

### How To

For an example of how you can use this package, check the [Semantic Dojo](https://github.com/websemantics/semantic-dojo) project.