index

v0.0.1arrow_drop_down
v0.0.1
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
6 years ago
SIZE
9 KB
Sidebar description
1 contributor
Install index as a package?
Copied
npm i @bit/giladshoham.resume.sidebar.index
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
No preview available
modifieddraft
chevron_left
chevron_right
Sidebar ()

Sidebar description

Example
<Sidebar  
name="Gilad Shoham"
title="Dev & Open source Leader"
imagePath="https://en.gravatar.com/userimage/51779316/975a7ab5400cfac3e90be71f242241eb.jpg?size=200"
mail="[email protected]"
phoneNumber="+972-050-xxxxxx"
website="medium.com/@giladshoham" 
linkedin="linkedin.com/in/shohamgilad" 
github="github.com/GiladShoham" 
twitter="twitter.com/ShohamGilad"
educationDetails={{list: [{ 
name: 'Computer programming', 
school: 'IDF - Basmach (Mamram)', 
date: '2006-2007' 
}]}}
languages={{list:[{ name: 'Hebrew', level: 'Native' }, { name: 'English', level: 'Professional' }]}}
interests={{list:['Cycling', 'Technologies', 'Reading']}}
/>
Help and resources