0.0.13 • Published 8 years ago

mdsearchbox v0.0.13

Weekly downloads
26
License
MIT
Repository
-
Last release
8 years ago

MDSearchBox

Build Status Dependency Status GitHub issues GitHub license

NPM

Properties


  • text: string - the default string to search
  • onChange: (text) => () - the function fired every time the input text changes.
  • width: number - width of the search box
  • height: number - height of the search box

Note

This Component uses FontAwesome icon. So make sure your project has that included.

npm install font-awesome

and import the css in your root component or include it in index.html

import 'font-awesome/css/font-awesome.css';
0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago