1.1.3 • Published 2 years ago

e-stella-meeting-organizer v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

e-stella-meeting-organizer

Library for usage of e-Stella MeetingOrganizer API

NPM JavaScript Style Guide

Install

npm install --save e-stella-meeting-organizer

Usage

import React from 'react'
import { ListItem, ListItemIcon, Button } from '@material-ui/core'
import AddCircleOutlineIcon from '@material-ui/icons/AddCircleOutline'
import { MeetingOrganizer } from 'e-stella-meeting-organizer'
import 'e-stella-meeting-organizer/dist/index.css'

const renderMeetingActions = () => {
  return (
    <>
      <ListItem>
        <ListItemIcon>
            <Button>
                <AddCircleOutlineIcon fontSize="large" color="action" />
            </Button>
        </ListItemIcon>
      </ListItem>
      <ListItem>
        Sample Meeting Action
      </ListItem>
    </>
  )
}

const App = () => {
  return <MeetingOrganizer userData={ { userType: 'job_seeker', uuid: '8380a212-3e29-430b-9d13-a752036ba6c4' } } />
}

export default App

License

MIT © e-Stella-AGH

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.10

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago