https://github.com/buildo/angular-layout-components
https://github.com/buildo/angular-layout-components
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildo/angular-layout-components
- Owner: buildo
- Created: 2024-04-30T13:40:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:47:48.000Z (about 2 years ago)
- Last Synced: 2025-09-14T14:55:04.930Z (11 months ago)
- Language: TypeScript
- Homepage: https://buildo.github.io/angular-layout-components/
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Layout Components
Set of Angular Components for managing layout, inspired by [Bento DS Layout Components](https://developer.bento-ds.com/Guides/layout)
## Usage
Refer to https://buildo.github.io/angular-layout-components
## Contributing
Install dependencies using
```bash
npm install
```
then run the Storybook using
```bash
npm run ng run layout-components:storybook
```