Skip to content

Commit

Permalink
feat(social-icons): upgrade component - INNO-693 (#282)
Browse files Browse the repository at this point in the history
* feat(social-icons): refactor demonstrations

* feat(social-icons): save state

* feat(social-icons): clear up

* feat(social-icons): only svg remains

* feat(social-icons): template documentation

* feat(social-icons): add tests

* feat(social-icons): add general tests

* feat(social-icons): prettier fixes

* feat(social-icons): updates after review

* feat(social-icons): update screenshots

* feat(social-icons): updates
  • Loading branch information
kalinchernev authored and yhuard committed Jul 17, 2017
1 parent f23031d commit 9d4616d
Show file tree
Hide file tree
Showing 230 changed files with 613 additions and 308 deletions.
23 changes: 22 additions & 1 deletion framework/components/ecl-social-icons/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Social icons

Social network icons.
This is the ECL package you need when you want to implement a social media icon in any way.

Few possibilities to do so:

- As a link:

```html
<a href="#" class="ecl-link ecl-icon-social ecl-icon-social--facebook">Facebook</a>
```
Note that the `ecl-link` class is an optional extension you can have for links formatting.

- As a span:

```html
<span class="ecl-icon-social ecl-icon-social--facebook">Facebook</span>
```

- Making an icon smaller:

```html
<span class="ecl-icon-social ecl-icon-social--smaller ecl-icon-social--facebook">Facebook</span>
```
131 changes: 0 additions & 131 deletions framework/components/ecl-social-icons/_social-icons.scss

This file was deleted.

Loading

0 comments on commit 9d4616d

Please sign in to comment.