Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/aurbano/smart-area
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Apr 16, 2015
2 parents 4a4a0ee + 01205d4 commit e9c704f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![smart-area](https://raw.githubusercontent.com/aurbano/smart-area/master/assets/logo-200.png) smart-area
![smart-area](https://raw.githubusercontent.com/aurbano/smart-area/master/assets/logo.png)
=

> Textareas on Steroids - just adding an AngularJS directive
Expand All @@ -12,6 +12,16 @@

## Getting started

Get a copy of `smart-area` either by [Downloading the files](https://github.com/aurbano/smart-area/archive/master.zip), or using a package manager:

```sh
bower install --save smart-area
```

```sh
npm install --save smart-area
```

To setup smartArea on an element simply add the attribute:

```html
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
<meta name="fragment" content="!">
<title>SmartArea - textareas 2.0</title>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700' rel='stylesheet' type='text/css'>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<style>
h1{
font-family: 'Bitter', serif;
}
.jumbotron{
background-image: linear-gradient(-90deg, #7E14FF, #14C4FF);
color:white;
Expand Down Expand Up @@ -50,7 +54,7 @@

<div role="main" class="container" style="margin-top:80px">
<div class="jumbotron">
<h1>SmartArea</h1>
<h1><b>smart</b>area</h1>
<p class="tagline">Autocomplete, dropdowns, mentions and other goodies to html textareas</p>
<p class="text-center">
<a href="https://github.com/aurbano/smart-area/releases" class="btn btn-primary btn-large"><i class="fa fa-download"></i> Download</a>
Expand Down

0 comments on commit e9c704f

Please sign in to comment.