API / Other

ConfigStore

Configuration store for Lookbook.

Config option values can be get/set using hash property access syntax or dot-notation syntax.

# Lookbook config access in Rails config files:
config.lookbook.ui_theme = :zinc

# Lookbook config access everywhere else:
Lookbook.config.ui_theme = :zinc

User Guide

Extending Lookbook

API

Elsewhere