A simple input field web component built using StencilJS.This can be themed with variable CSS.
- Fork this repo
- Run
npm install
- You can find the component view and css under
src/components/fw-input/fw-input.tsx
andsrc/components/fw-input/fw-input.css
respectively. - You can make changes based on the issue/ suggestion 🎉 following the Stencil documentation
- Once you have made the changes, run using
npm start
- Raise a PR from the feature branch to
dev
branch - Changes (if any) will be suggested before approval. Please be kind enough to make them
- Once the changes are done. The PR will be merged ⚡️
Thanks for contributing. Mention your name in the PR so that I can list in the contributors section