@jswork/antbf-search-box
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

antbf-search-box

Table filter for search box.

version license size download

installation

npm install -S @jswork/antbf-search-box

properties

Name Type Required Default Description
className string false - The extended className for component.
value object false null Default value.
onChange func false noop The change handler.

usage

  1. 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: ()
  1. import js
import React from 'react';
import AntbfSearchBox 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>
      <AntbfSearchBox />
    </Container>
  );
};

license

Code released under the MIT license.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.60latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20

Package Sidebar

Install

npm i @jswork/antbf-search-box

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

8.26 kB

Total Files

8

Last publish

Collaborators

  • afeiship