1.0.1 • Published 4 years ago
@jswork/react-ant-autocomplete3 v1.0.1
react-ant-autocomplete3
Autocomplete for antd with keyword filter for antd v3.
installation
npm install -S @jswork/react-ant-autocomplete3
usage
import css
@import "~@jswork/boilerplate-react-component/dist/style.css"; // or use sass @import "~@jswork/boilerplate-react-component/dist/style.scss"; // customize your styles: $boilerplate-react-component-options: ()
import js
import React from 'react'; import ReactAntAutocomplete3 from '@jswork/boilerplate-react-component'; import styled from 'styled-components'; const Container = styled.div` width: 80%; margin: 30px auto 0; `; export default (props: any) => { return ( <Container> <ReactAntAutocomplete3 /> </Container> ); };
preview
license
Code released under the MIT license.
1.0.1
4 years ago