Skip to content

Commit 7d83204

Browse files
authored
Merge pull request #241 from theiliad/theiliad-README-codesandbox
Add Codesandbox to README
2 parents 5851870 + 561bf61 commit 7d83204

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# Carbon Components Angular [![npm](https://img.shields.io/npm/v/carbon-components-angular.svg)](https://www.npmjs.com/package/carbon-components-angular) [![Travis](https://travis-ci.com/IBM/carbon-components-angular.svg?branch=master)](https://travis-ci.com/IBM/carbon-components-angular)
2-
An _Angular_ implementation of the Carbon Design System
1+
<p align="center">
2+
<h1 align="center">Carbon Components Angular</h1>
3+
<p align="center">
4+
An Angular implementation of the Carbon Design System
5+
<br /><br />
6+
<a href="https://travis-ci.com/IBM/carbon-components-angular">
7+
<img src="https://travis-ci.com/IBM/carbon-components-angular.svg?branch=master" />
8+
</a>
9+
<a href="https://www.npmjs.com/package/carbon-components-angular">
10+
<img src="https://img.shields.io/npm/v/carbon-components-angular.svg" />
11+
</a>
12+
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
13+
</p>
14+
</p>
315

416
### Getting started
517

@@ -44,6 +56,8 @@ _Finally_ we can run `npm start` and start building out our application!
4456

4557
> *Note:* This isn't the only way to bootstrap a `carbon-components-angular` application, but the combination of `@angular/cli` and the `carbon-components` scss is our recommended setup.
4658
59+
[![Edit Carbon Components Angular](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/0129r494ql)
60+
4761
### Contributing
4862

4963
#### Quickstart

0 commit comments

Comments
 (0)