All Projects → Raathigesh → Semantic Edit

Raathigesh / Semantic Edit

✏️ Real-time Preview Enabled Semantic UI Composer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Semantic Edit

pagination
Aplus Framework Pagination Library
Stars: ✭ 167 (+53.21%)
Mutual labels:  composer, semantic-ui
Laravel Stats
📈 Get insights about your Laravel or Lumen Project
Stars: ✭ 1,386 (+1171.56%)
Mutual labels:  composer
Laravel Bandwagon
Social proof package for Laravel
Stars: ✭ 93 (-14.68%)
Mutual labels:  composer
Satis Server
🐳 Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion. HTTP API, HTTPs support, webhook handler, scheduled builds, Slack and HipChat integration.
Stars: ✭ 96 (-11.93%)
Mutual labels:  composer
Laravel Backup
A easy-to-use backup manager for Laravel
Stars: ✭ 93 (-14.68%)
Mutual labels:  composer
Vanilla Semantic Ui
Semantic UI component framework without jQuery
Stars: ✭ 97 (-11.01%)
Mutual labels:  semantic-ui
Skrub
A package to remove junk from Composer installations and trim build sizes.
Stars: ✭ 91 (-16.51%)
Mutual labels:  composer
Wordplate
WordPlate is a wrapper around WordPress. It's like building any other WordPress website with themes and plugins. Just with sprinkles on top.
Stars: ✭ 1,594 (+1362.39%)
Mutual labels:  composer
Phpvms
virtual airline management
Stars: ✭ 102 (-6.42%)
Mutual labels:  composer
Algorithm Php
🍭🍭uniting the internal work in a way that is in PHP
Stars: ✭ 1,337 (+1126.61%)
Mutual labels:  composer
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-13.76%)
Mutual labels:  composer
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+1112.84%)
Mutual labels:  composer
Phero
这个是一个独立的orm组件可以使用在任何系统中,提供灵活的orm操作,注解形式的数据库和类的映射。This is a database query tool library. swoole mysql pool.
Stars: ✭ 100 (-8.26%)
Mutual labels:  composer
Keygen Php
A fluent PHP random key generator.
Stars: ✭ 93 (-14.68%)
Mutual labels:  composer
Formsy Semantic Ui React
Formsy-React wrappers for Semantic-Ui-React's form components
Stars: ✭ 103 (-5.5%)
Mutual labels:  semantic-ui
Phpgpx
Simple library for reading and creating GPX files written in PHP.
Stars: ✭ 92 (-15.6%)
Mutual labels:  composer
Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and / or RESTful API
Stars: ✭ 1,324 (+1114.68%)
Mutual labels:  composer
Thumbnail
Thumbnail for a given video using FFMpeg
Stars: ✭ 96 (-11.93%)
Mutual labels:  composer
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (-0.92%)
Mutual labels:  semantic-ui
Docker Satis
Docker image to run Satis (private packagist) with Satisfy User Interface. Crontab and manual build possibility
Stars: ✭ 105 (-3.67%)
Mutual labels:  composer

Logo

SemanticEdit - http://raathigesh.com/semantic/

Real-time Preview Enabled Semantic UI Composer

How?

Copy the following Semantic-UI markup to Semantic Edit editor.

<div class="ui card">
  <div class="image">
    <img src="http://semantic-ui.com/images/avatar2/large/kristy.png">
  </div>
  <div class="content">
    <a class="header">Kristy</a>
    <div class="meta">
      <span class="date">Joined in 2013</span>
    </div>
    <div class="description">
      Kristy is an art director living in New York.
    </div>
  </div>
  <div class="extra content">
    <a>
      <i class="user icon"></i>
      22 Friends
    </a>
  </div>
</div>

You could copy and paste any Semantic UI components.

But Why?

Semantic UI is an awesome library with excellent components that you can use to quickly build web interfaces. But I felt like it would be nicer if we can compose bunch of elements and see in realtime how they fit together. That's why Semantic Edit.

Features

  • Beautifier

Run & Build from sourcecode

Clone the sourcecode:

git clone https://github.com/Raathigesh/semantic-edit.git

Install the dependencies:

npm install

Install webpack and the development server:

npm i webpack-dev-server webpack -g

You can simply run webpack build using this command:

npm run build

If you want to run with webpack-dev-server simply run this command:

npm run dev

Open the web browser to http://localhost:8080/

What's Under the Hood?

JavaScript!

SemanticEdit uses the following

That's It?

I'm hoping to add features as I move along. Got a feature suggestion? Would love to hear about it. Please create a new issues.

Stay Updated

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].