cliquescope-searchbar
v0.1.0
Published
A minimal boilerplate for building a react component for npm, including a demo page.
Downloads
19
Readme
Search Bar component
This is a generic npm installable search bar component written in React.
Development
Follow these steps to get started developing your own react component:
git clone [email protected]:CliqueScope/searchbar.gitnpm installnpm run devto transpile both the lib and docs folder in watch mode and serve the docs page for you.- Go to http://127.0.0.1:8000 to see the demo in action. Whenever you change the code in either src/lib or src/docs, the page will automatically update.
Material UI Component documentation and be found at: https://material-ui.com/getting-started/supported-components/
