Skip to content

Commit f089011

Browse files
author
Pranav
committed
Working NPM Package code
1 parent 9dba684 commit f089011

17 files changed

+217
-8129
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 37 deletions
This file was deleted.

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/src

.prettierrc.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

LICENSE

Whitespace-only changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use BionicToggle, you can import the module into your JavaScript file like th
1515

1616
### Instructions
1717

18-
BionicToggle requires 'className' prop to be passed to it which holds the className of the div inside which the blog text is rendered. As of today, BionicToggle supports rendering of p, span tag. Further additions will be done over the period of time.
18+
BionicToggle requires 'contentClassName' prop to be passed to it which holds the class name of the div inside which the blog text is rendered. As of today, BionicToggle supports rendering of p, span, h1, h2, h3, h4 tag. Further additions will be done over the period of time.
1919

2020
### Contributions
2121

0 commit comments

Comments
 (0)