Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
SkyIdReact
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redwane mahjoubi
SkyIdReact
Commits
5b9ac8bf
Commit
5b9ac8bf
authored
Jun 01, 2023
by
redwane mahjoubi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
7ff37d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
README.md
README.md
+7
-10
No files found.
README.md
View file @
5b9ac8bf
Installation
1.
Install dependencies :
##
Installation
###
1. Install dependencies :
~ For Windows run :
npm i skyid-sdk-web-win
...
...
@@ -10,9 +10,9 @@ npm i skyid-sdk-web-win
npm i skyid-sdk-web-lx
2.
You will find the ‘skyid_impl_v1.js’ file in the assets folder:
###
2. You will find the ‘skyid_impl_v1.js’ file in the assets folder:
structure_of_folder
3.
In your components import the Jquery and the SDK Web :
###
3.In your components import the Jquery and the SDK Web :
<script>
import $ from 'jquery';
...
...
@@ -21,7 +21,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
</script>
4.
copy the code bellow inside the useEffect(){...} lifecycle Hook:
###
4.copy the code bellow inside the useEffect(){...} lifecycle Hook:
useEffect(()=>{
skyid_imp.initViewComponent()
...
...
@@ -62,7 +62,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
},
[]
)
5.
Copy the HTML code :
###
5.Copy the HTML code :
<div
class=
"wrapper"
>
<div
id=
"skyid_fa_document_container"
>
...
...
@@ -90,7 +90,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
6.
Add CSS style:
###
6.Add CSS style:
<style>
html, body {
...
...
@@ -202,9 +202,6 @@ transition-duration: .1s;
# Getting Started with Create React App
This project was bootstrapped with
[
Create React App
](
https://github.com/facebook/create-react-app
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment