An open API service indexing awesome lists of open source software.

https://github.com/vjai/angular-bone

Provides structure to your angular apps using CSS3 Grid and Flex
https://github.com/vjai/angular-bone

angular angular-6 css3-flexbox css3-grid

Last synced: 12 months ago
JSON representation

Provides structure to your angular apps using CSS3 Grid and Flex

Awesome Lists containing this project

README

          

# angular-bone

[angular-bone](https://vjai.github.io/angular-bone/) helps to build page layouts using CSS3 Grid and Flex concepts for your angular apps.
It provides you a set of directives that helps to build responsive layouts in a declarative way.

## Installation

You can install from npm.

```shell
npm install angular-bone --save
```

## Simple Flex Layout

```html






```

## Responsive Flex Layout

```html






```

## Simple Grid Layout

```html






```

## Responsive Grid Layout

```html






```

For further information please visit [https://vjai.github.io/angular-bone/](https://vjai.github.io/angular-bone/).