Skip to content

Commit a447543

Browse files
committed
example updated
1 parent 91d462d commit a447543

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "file:../node_modules/react",
1414
"react-dom": "file:../node_modules/react-dom",
1515
"react-scripts": "file:../node_modules/react-scripts",
16-
"react-multiple-select-dropdown-lite": "file:.."
16+
"react-multiple-select-dropdown-lite": "file:../src/index.js"
1717
},
1818
"devDependencies": {
1919
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"

example/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from 'react'
22

3-
import MultiSelect from 'react-multiple-select-dropdown-lite'
4-
import 'react-multiple-select-dropdown-lite/dist/index.css'
3+
import MultiSelect from '@arif-un/react-multiple-select-dropdown-lite'
4+
import '@arif-un/react-multiple-select-dropdown-lite/dist/index.css'
55

66
const App = () => {
77
const [value, setvalue] = useState('rf,test,new')

example/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ code {
1313
monospace;
1414
}
1515
.app{
16-
height: 100vh;
16+
height: 80vh;
1717
display: flex;
1818
flex-direction: column;
1919
justify-content: center;

0 commit comments

Comments
 (0)