File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## Examples
22
3- #### Custom notification type
4- 1 \. Following example shows usage of custom notification type defined as option
3+ #### 1 \. Custom notification type
4+ Following example shows usage of custom notification type defined as option
55
66``` jsx
77import React from " react" ;
@@ -39,7 +39,7 @@ class App extends React.Component {
3939}
4040```
4141
42- 2.\ Custom types need to use custom CSS (not included in ` react-notifications-component ` )
42+ Custom types need to use custom CSS (not included in ` react-notifications-component ` )
4343
4444``` scss
4545.notification-awesome {
@@ -48,7 +48,7 @@ class App extends React.Component {
4848}
4949```
5050
51- #### Custom content with FontAwesome's check mark
51+ #### 2 \. Custom content with FontAwesome's check mark
5252This example shows usage of Font Awesome check mark to be included in your notification along with desired custom content
5353
5454``` jsx
You can’t perform that action at this time.
0 commit comments