Skip to content

Commit d7b13e5

Browse files
committed
chore: update text in readme
1 parent c3faa59 commit d7b13e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/kendo-unstyled-tailwind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Using KendoReact components in Unstyled mode and TailwindCSS
22

33
## The scenario
4-
The client already works with TailwindCSS to style their application and want to include our KendoReact components and they want to continue using the same styling technique with Tailwind everywhere without the need to add KendoTheme.
4+
The client already works with TailwindCSS to style their application and wants to include our KendoReact components in their project. They want to continue using the same styling technique with Tailwind everywhere without the need to add KendoTheme.
55

66
## The solution
77
We can use KendoReact components in Unstyled mode and use Tailwind classes to style the components as it is done in the sample `tailwind-preset.ts` file.

examples/kendo-unstyled-tailwind/src/components/Form/Form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const FormDatePicker = (fieldRenderProps: FieldRenderProps) => {
9090

9191

9292

93-
const App = (_props: React.HTMLAttributes<HTMLDivElement>) => {
93+
const App = () => {
9494
return (
9595
<section className="grid px-5 py-10 md:grid-cols-2 grid-cols-1 gap-y-10 gap-x-6">
9696
<div className="flex flex-col gap-6">

0 commit comments

Comments
 (0)