Skip to content

Instantly share code, notes, and snippets.

View delitamakanda's full-sized avatar
:electron:
learning

Délita Makanda delitamakanda

:electron:
learning
View GitHub Profile
@delitamakanda
delitamakanda / Notifications.js
Last active September 15, 2020 20:06
tab evergreen-ui
import React, { Component } from 'react';
import { SidebarTab, Pane, Tablist } from 'evergreen-ui';
class Notifications extends Component {
state = {
selectedIndex: null,
tabs: [
{ id: 1, title: 'Profil', text: 'profile' },
{ id: 2, title: 'Vos annonces', text: 'annonces' },