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
- Host: GitHub
- URL: https://github.com/vjai/angular-bone
- Owner: VJAI
- License: mit
- Created: 2018-08-04T17:44:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T09:35:18.000Z (about 7 years ago)
- Last Synced: 2025-04-10T21:38:48.596Z (12 months ago)
- Topics: angular, angular-6, css3-flexbox, css3-grid
- Language: TypeScript
- Homepage: https://vjai.github.io/angular-bone/
- Size: 1.31 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).