Skip to content

Commit

Permalink
Update guides related to integration with Vue and React
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Aug 5, 2024
1 parent b32223d commit efc7178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/integration_with_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Download the [**trial Event Calendar package**](/how_to_start/#installing-event-

Now you need to create a React component, to add an Event Calendar into the application. Create a new file in the ***src/*** directory and name it ***EventCalendar.jsx***.

#### Importing source files
#### Import source files

Open the ***EventCalendar.jsx*** file and import Event Calendar source files. Note that:

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration_with_vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Download the [**trial Event Calendar package**](/how_to_start/#installing-event-

Now you need to create a Vue component, to add a Event Calendar into the application. Create a new file in the ***src/components/*** directory and name it ***EventCalendar***.

#### Importing source files
#### Import source files

Open the ***EventCalendar.vue*** file and import Event Calendar source files. Note that:

Expand Down

0 comments on commit efc7178

Please sign in to comment.