Skip to content

Instantly share code, notes, and snippets.

View zivanovicb's full-sized avatar
👋

Branko Zivanovic zivanovicb

👋
View GitHub Profile
@zivanovicb
zivanovicb / .js
Created July 8, 2017 21:14
React rounded button reusable component
import React from 'react';
import styled from 'styled-components';
const RoundedButton = styled.button`
padding:1.15em 2.5em;
font-size:0.8em;
font-weight:${props => props.weight};
color:${props => props.color};
background:${props => props.background || 'white'};
border:0;
@zivanovicb
zivanovicb / .cs
Created June 15, 2017 19:50
Klasa sa interfejsom
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@zivanovicb
zivanovicb / .cs
Created June 15, 2017 19:49
Interface
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WindowsFormsApplication21
{
interface Interfejs
{
@zivanovicb
zivanovicb / .cs
Created June 15, 2017 19:43
ImageList
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;