24 changed files with 245 additions and 103 deletions
Split View
Diff Options
-
4composer.json
-
4dist/components/button.css
-
2dist/components/button.min.css
-
2dist/components/card.css
-
2dist/components/card.min.css
-
6dist/components/checkbox.css
-
2dist/components/checkbox.min.css
-
6dist/components/dropdown.css
-
2dist/components/dropdown.min.css
-
20dist/components/form.css
-
2dist/components/form.min.css
-
16dist/components/image.css
-
2dist/components/image.min.css
-
2dist/components/input.css
-
2dist/components/input.min.css
-
2dist/components/segment.css
-
2dist/components/segment.min.css
-
60dist/semantic.css
-
2dist/semantic.min.css
-
156gulpfile.js
-
8tasks/admin/release.js
-
21tasks/admin/templates/README.md
-
3tasks/admin/templates/bower.json
-
20tasks/admin/templates/composer.json
2
dist/components/button.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/card.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/checkbox.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/dropdown.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/form.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/input.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/segment.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/semantic.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,21 @@ |
|||
# Semantic {Component} |
|||
|
|||
This repository contains pre-compiled {component} 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 in this repository. |
|||
|
|||
#### To install with Bower |
|||
``` |
|||
bower install semantic-ui-{component} |
|||
``` |
|||
|
|||
#### To install with NPM |
|||
``` |
|||
npm install semantic-ui-{component} |
|||
``` |
|||
|
|||
## Addendum |
|||
|
|||
This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com) |
|||
|
|||
Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases. |
@ -0,0 +1,20 @@ |
|||
{ |
|||
"name" : "semantic/ui", |
|||
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", |
|||
"homepage" : "http://www.semantic-ui.com", |
|||
"authors": [ |
|||
{ |
|||
"name" : "Jack Lukic", |
|||
"email": "jacklukic@gmail.com", |
|||
"web" : "http://www.jacklukic.com", |
|||
"role" : "Creator" |
|||
} |
|||
], |
|||
"keywords": [ |
|||
"semantic", |
|||
"ui", |
|||
"css", |
|||
"framework" |
|||
], |
|||
"license" : "MIT" |
|||
} |
Write
Preview
Loading…
Cancel
Save