Skip to content

Commit 896b24d

Browse files
authored
Update README.md
1 parent 8aa49fe commit 896b24d

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
High Quality **Dashboard / Admin / Analytics template** that works great on any smartphone, tablet or desktop. Available as **Open Source as MIT license.**
44

5-
- [View Demo](http://dashboards.webkom.co/jquery/airframe)
65
- [View Demo](http://dashboards.webkom.co/react/airframe/)
76
- [jQuery Version](http://dashboards.webkom.co/jquery/airframe)
87
- [Next Version](http://airframe.nextjs.webkom.co) - _Documentation in preparation_
@@ -154,20 +153,20 @@ export const RoutedSidebars = () => (
154153
You can set the color scheme for the sidebar and navbar by providing `initialStyle` and `initialColor` to the `<ThemeProvider>` component which should be wrapping the `<Layout>` component.
155154

156155
Possible `initialStyle` values:
157-
* light
158-
* dark
159-
* color
156+
* `light`
157+
* `dark`
158+
* `color`
160159

161160
Possible `initialColor` values:
162-
* primary
163-
* success
164-
* info
165-
* warning
166-
* danger
167-
* indigo
168-
* purple
169-
* pink
170-
* yellow
161+
* `primary`
162+
* `success`
163+
* `info`
164+
* `warning`
165+
* `danger`
166+
* `indigo`
167+
* `purple`
168+
* `pink`
169+
* `yellow`
171170

172171
### Programatic Theme Changing
173172
You can change the color scheme on runtime by using the `ThemeConsumer` from the components. Example:

0 commit comments

Comments
 (0)