https://github.com/semantic-org/ui-video
This is a legacy component and is no longer maintained
https://github.com/semantic-org/ui-video
Last synced: 6 months ago
JSON representation
This is a legacy component and is no longer maintained
- Host: GitHub
- URL: https://github.com/semantic-org/ui-video
- Owner: Semantic-Org
- Created: 2014-10-28T19:49:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T16:13:29.000Z (over 10 years ago)
- Last Synced: 2024-11-22T07:05:22.771Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic Video
This repository contains pre-compiled video files using the default themes. This is intended for use in projects that do not need all the bells and whistles of Semantic UI, and want to keep file size to a minimum.
For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Video/blob/master/RELEASE-NOTES.md)
If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0)
#### To install with Bower
```
bower install semantic-ui-video
```
#### To install with NPM
```
npm install semantic-ui-video
```
#### To install with Meteor
```
meteor add semantic:ui-video
```
## Addendum
This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)
Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases.