UNPKG
ui-neu
Version:
canary (0.1.1-canary.ea4413d.0)
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.15-2
0.1.15-1
0.1.15-0
0.1.14
0.1.13
0.1.12
0.1.1-canary.ea4413d.0
0.1.0
Neu UI, a responsive React component library.
github.com/daniel-norris/neu_ui
daniel-norris/neu_ui
ui-neu
/
.storybook
/
theme.js
9 lines
(6 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import { create }
from
"@storybook/theming/create"
; export
default
create
({
base
:
"light"
,
brandTitle
:
"Neu UI"
,
brandUrl
:
"https://daniel-norris.github.io/neu_ui/"
, });