Main
Provides the base needed by the other components (styles and context providers) to work properly.
Usage
Props
assetsUrl
assetsUrl
TYPE
DEFAULT VALUE
String
./aragon-ui/
Set this to configure the URL of the directory containing your aragonUI assets.
layout
layout
TYPE
DEFAULT VALUE
Boolean
true
Enable <Layout />
.
scrollView
scrollView
TYPE
DEFAULT VALUE
Boolean
true
Enable <ScrollView />
.
theme
theme
TYPE
DEFAULT VALUE
String
or Object
light
The main theme used by aragonUI.
Last updated