@willphan1712000/frontend
v1.4.4
Published
Frontend Library
Downloads
725
Readme
Frontend package developed by Will Phan that makes Fronted development easy with pre-built UI components
UI Components
- DropdownSelect, type Options
- RangeSlider
- OptionSlider, type SliderOptions
- ColorPickerSlider
- MultiSelect
- Button
- Avatar
Technology
Installation
Install from npm
Run this command in your terminal (note: this assumes you have installed Nodejs)
npm i @willphan1712000/frontendHow to use Will-js
Find a bug?
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a Pull Request with a fix, reference the issue you created
Happy with this project and want to make a contribution
You can connect to me at Facebook Instagram
You can make contributions to this project by adding new UI ideas that stand out so we can compete ones generated by AI.
To test a package, run
npm linkOn the other frontend environment, run
npm link @willphan1712000/frontend[!NOTE] if you encounter the problem "3. You might have more than one copy of React in the same app?" it means your application has loaded two different React instances. This breaks React Hooks, which rely on a single, shared state. Run this to connect to react in your testing project
npm link <path_to_your_testing_project>/node_modules/react