1.2.0 • Published 4 years ago

receptionist v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

<!DOCTYPE html>
<html>
  <head>
    <title>Receptionist - Demo</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    
    <!-- Import Receptionist -->
    <script type="module" src="./node_modules/receptionist/receptionist.js"></script>
    
  </head>
  <body>
    
    <!-- Add Receptionist -->
    <saas-receptionist
      settings="{ backgroundColor : '#000000', textColor : '#ffffff'}"                
      data="[{
        checked: true,
        name: 'Add profile image',
        description: 'You can change your account avatar in settings page'
      },
      {
        checked: true,
        name: 'Share Your First Post',
        description: 'Create a your first post and share it with your friends'
      },
      {
        checked: false,
        name: 'Send A Friend Request',
        description: 'search for your friends on the platform and add them'
      }]"
    ></saas-receptionist>
    
  </body>
</html>