项目作者: isaac-philip

项目描述 :
Semantic-UI component examples
高级语言: JavaScript
项目地址: git://github.com/isaac-philip/semantic-ui.git
创建时间: 2018-06-24T17:33:13Z
项目社区:https://github.com/isaac-philip/semantic-ui

开源协议:

下载


Direct utilization of Semantic-UI in projects using snippets/code from this repo.

Example ui with form/ calendar themes etc

All examples are derived from the original website for Semantic UI - https://semantic-ui.com

Semantic UI, IMO, is the best UI Development framework.
For many years I used bootstrap until a year back i.e. around Q4 2017 when I wanted to look at an alternative
and really liked Semantic UI with the eye candy rendering.

Important files needed in every page for rendering Semantic-UI components.

  1. 1. css - semantic.css
  2. 2. js - semantic.js
  3. - jquery.js

Examples are,

  1. 1. [Form basic](form/form.html)
  2. 2. [Dropdown](form/dropdown.html)
  3. 3. [Dropdown with Autocomplete](form/dropdown-autocomplete.html)