Skip to content

pavel-kh/liform-react-antd-theme

Repository files navigation

liform-react-antd-theme

Antd Design theme for liform-react library

Installation

npm install liform-react-antd-theme --save

Usage

...
import AntdTheme from 'liform-react-antd-theme';
...


ReactDOM.render(
    <Provider store={store}>
        <Liform schema={schema} theme={AntdTheme} onSubmit={showResults}/>
    </Provider>,
    dest
)

Supported Widgets

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.

About

Antd Design theme for liform-react library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published