Antd Design theme for liform-react library
npm install liform-react-antd-theme --save
...
import AntdTheme from 'liform-react-antd-theme';
...
ReactDOM.render(
<Provider store={store}>
<Liform schema={schema} theme={AntdTheme} onSubmit={showResults}/>
</Provider>,
dest
)Currently not all the widgets are supported (you can view them in the src folder), so if you'll try to use a widget that isn't supported yet, the code will load the default Bootsrap 3 theme.