Skip to content

Commit 32e4ee3

Browse files
Added: Test cases for PinInput component and removed package.lock.json file bcoz is duplicate
1 parent 2dc0e7c commit 32e4ee3

File tree

14 files changed

+2014
-46775
lines changed

14 files changed

+2014
-46775
lines changed

.storybook/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
stories: [
33
'../stories/**/*.stories.mdx',
4-
'../stories/**/*.stories.@(ts|tsx|js|jsx)',
4+
'../stories/**/*.stories.@(ts|tsx|js|jsx|md)',
55
],
66
addons: [
77
'@storybook/addon-links',

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ React UI Library provides a set of accessible and customizable React components
1717
```bash
1818
npm install @rameshmane7218/react-ui-library
1919

20+
# Peer Dependencies - Also Required
21+
npm install react react-dom styled-components @rameshmane7218/react-ui-library
2022
# or
2123

2224
yarn add @rameshmane7218/react-ui-library
25+
26+
# Peer Dependencies - Also Required
27+
yarn add react react-dom styled-components @rameshmane7218/react-ui-library
2328
```
2429

2530
## Getting Started

0 commit comments

Comments
 (0)