Skip to content

Commit b819bc6

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [main] one page modified
1 parent c202d78 commit b819bc6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,21 @@ ActiveStorage.start()
5959
* download latest compatible icons: [https://github.com/twbs/icons/releases/tag/v1.3.0](https://github.com/twbs/icons/releases/tag/v1.3.0)
6060
* extract the bootstrap-icons.svg to this path: app/assets/images/icons \(server via assets pipeline\)
6161

62+
`app/controllers/application_controller.rb`
63+
64+
```ruby
65+
class ApplicationController < ActionController::Base
66+
67+
include Matestack::Ui::Core::ApplicationHelper # described in Core docs
68+
include Matestack::Ui::Bootstrap::Registry # add Bootstrap components
69+
70+
end
71+
72+
```
73+
74+
Add now create Matestack apps, pages and components as described in the docs of `matestack-ui-core` and utilize the components described in the API section in order to create your UI:
75+
76+
{% page-ref page="api/" %}
77+
6278

6379

0 commit comments

Comments
 (0)