searchbox-js
v0.0.3
Published
An open-source ReactJS component library for creating beautiful and responsive user interfaces
Downloads
5
Maintainers
Readme
SearchBox JS - React Library
Create Search Boxes with complete functionalities and multiple variants.
Get Started
Step 1 - Install Search Box.
npm i searchbox-js
OR
yarn add searchbox-js
Step 2 - Usage.
Once, you have installed the searchbox-js
library, you can use it in your project by importing it in your App.js
or any .js
/ .jsx
files.
+ import { SearchBox } from "searchbox-js";
import "./App.css";
function App() {
return (
<div className="App">
+ <SearchBox>...</SearchBox>
</div>
);
}
export default App;
Contributing
We'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.
Code of Conduct
This project follows Contributor Covenant as it's Code of Conduct, and we expect all project participants to adhere to it. Please read the full guide so that you can understand what actions will not be tolerated.
Contributing Guide
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to project.
LICENSE
This project is licensed under the MIT License, meaning that you're free to modify, distribute, and / or use it for any commercial or private project.