Skip to content

Commit 7e11b8d

Browse files
nickgroszfarhad
authored andcommitted
[v6] Add react-bootstrap theme to replace bootstrap-4 (rjsf-team#3638) (rjsf-team#3974)
1 parent 50947b5 commit 7e11b8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/playground/src/app.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ const themes: PlaygroundProps['themes'] = {
151151
stylesheet: '//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css',
152152
theme: BootstrapTheme,
153153
},
154+
'react-bootstrap': {
155+
stylesheet: '//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css',
156+
theme: BootstrapTheme,
157+
},
154158
'semantic-ui': {
155159
stylesheet: '//cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css',
156160
theme: SuiTheme,

0 commit comments

Comments
 (0)