Please visit our home page which shows you our beautiful iComponents family along with tutorials, documentations, and more about our components as well as how you can contribute to our projects! (PS: our home page is built purely with our components!)
npm install iteam-icomponents
After installing, the folder "node_modules/iteam-icomponents/" will be the folder containing all iComponents. Each can then be included to your webpage with:
<script type="text/javascript" src="node_modules/iteam-icompontents/COMPONENT_NAME/COMPONENT_NAME.js"></script>
where COMPONENT_NAME
is the name of the component to be included.
git clone https://github.com/ucsd-cse112/team4.git
After cloning, you the folder "team4/component/" will be the folder containing all iComponents. Each can then be included to your webpage with:
<script type="text/javascript" src="team4/compontent/COMPONENT_NAME/COMPONENT_NAME.js"></script>
where COMPONENT_NAME
is the name of the component to be included.
To add our button component to your page, copy the "iteam-icomponents" folder to where your html file is located, and include <script src="iteam-icomponets/button/button-component.js"></script>
in your html file.
See usages at the tutorials page located at home page.
Below is a demo of our button components:
To add our button component to your page, copy the "iteam-icomponents" folder to where your html file is located, and include <script src="iteam-icomponents/slider/slider-component.js"></script>
in your html file.
Our slider component is ported from Element.io. Users can define the initial value, the min/max values, and the boostrap theme by simply changing the attribute values of the tag.
See usages at the tutorials page located at home page.
Below is a quick demo:
To add our cascader component to your page, copy the "iteam-icomponents" folder to where your html file is located, and include <script src="iteam-icomponents/cascader/cascader-component.js"></script>
in your html file.
See usages at the tutorials page located at home page.
Below is a quick demo:
To add our link component to your page, copy the "iteam-icomponents" folder to where your html file is located, and include <script src="iteam-icomponents/link/link-component.js"></script>
in your html file.
See usages at the tutorials page located at home page.
Below is a quick demo:
To add our radio component to your page, copy the "iteam-icomponents" folder to where your html file is located, and include <script src="iteam-icomponents/radio/radio-component.js"></script>
in your html file.
See usages at the tutorials page located at home page.
Below is a quick demo:
Our Menu Component provides you an easy way to include a nav bar in your website, check out our home page to see how it looks!
Checkout our Internal Documentation
Create a new branch with the name + number of the task on trello
For example: T1-create-hello-world-component
Add people to code review when creating a pull request.
Keep MASTER branch clean (always working)
Write comment whenever possible /** */
Make sure to run the test before commit
npm install
npm test
or npm run test
git clone https://github.com/ucsd-cse112/team4.git
git add .
git commit -m ""
git remote add origin https://github.com/ucsd-cse112/team4.git
git push -u origin master
We would like to thank Sauce Labs for their support of open source projects like ours.