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

https://github.com/antonio-marasescu/sagabook-ui

A personal storybook of Angular material components
https://github.com/antonio-marasescu/sagabook-ui

angular angularmaterial component-library storybook

Last synced: about 2 months ago
JSON representation

A personal storybook of Angular material components

Awesome Lists containing this project

README

          

# Sagabook

Sagabook is a library of component using Angular Material for various use cases.

## Prerequisites
- Node.js

## Setup
- run `npm i sagabook-component-lib`

## Setup Storybook
- clone the repository `git clone https://github.com/antonio-marasescu/sagabook-ui.git`
- run `npm install` to install the dependencies
- run `npm run storybook` to start up the storybook

# Available Components

## Content Field Table

- import `ContentFieldTableModule`
- add the `` component in your html
- map the `dataSource` and `config` properties as per the specification in [Content Field Table](./projects/sagabook-component-lib/README.md)