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
- Host: GitHub
- URL: https://github.com/antonio-marasescu/sagabook-ui
- Owner: antonio-marasescu
- License: mit
- Created: 2021-03-14T08:48:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T20:33:45.000Z (about 5 years ago)
- Last Synced: 2025-01-22T22:30:57.815Z (over 1 year ago)
- Topics: angular, angularmaterial, component-library, storybook
- Language: TypeScript
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)