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
- Host: GitHub
- URL: https://github.com/websemantics/semantic-dojo-styles
- Owner: websemantics
- License: mit
- Created: 2016-03-29T17:46:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T23:34:20.000Z (over 9 years ago)
- Last Synced: 2025-02-09T20:01:44.051Z (10 months ago)
- Language: CSS
- Homepage: https://github.com/websemantics/semantic-dojo
- Size: 436 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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.