### Import and Use Fomantic UI Collections Tasks with Gulp Source: https://github.com/fomantic/fomantic-ui/blob/develop/tasks/collections/README.md Import the 'install' task collection and then start it. Ensure the path to the semantic folder is correctly specified. ```javascript const gulp = require('gulp'); // modified to point to semantic folder const install = require('tasks/collections/install'); gulp = install(gulp); // tasks are now injected and ready to be used gulp.start('install'); ``` -------------------------------- ### Install Component with Bower Source: https://github.com/fomantic/fomantic-ui/blob/develop/tasks/config/admin/templates/README.md Use this command to install a single Fomantic UI component using Bower. ```bash bower install fomantic-ui-{component} ``` -------------------------------- ### Install Component with NPM Source: https://github.com/fomantic/fomantic-ui/blob/develop/tasks/config/admin/templates/README.md Use this command to install a single Fomantic UI component using NPM. ```bash npm install fomantic-ui-{component} ``` -------------------------------- ### Responsive Grid - Stackable Example Source: https://github.com/fomantic/fomantic-ui/blob/develop/examples/responsive.html Demonstrates a stackable grid where columns adjust to fit the screen width, stacking vertically on smaller devices. ```html
Content
Content
Content
Content
Content
Content
Centered Content
Top Aligned (default)
Middle Aligned
Bottom Aligned
Content
Content
Content
Content
Content
Content
Center Aligned Row
Center Aligned Row
Center Aligned Column
Right Aligned Column
| Employee | Correct Guesses | |
|---|---|---|
Lena
|
Human Resources | 22 |
Matthew
|
Fabric Design | 15 |
Lindsay
|
Entertainment | 12 |
Mark
|
Executive | 11 |
Wide Column
Tablet 10 Wide Column
Mobile 3 Wide Column