0.3.1 • Published 4 years ago

liform-react-antd-theme v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago