Skip to content

Commit a44339c

Browse files
committed
added updates to Components documentation based of Falk's feedback
1 parent 48d6d7b commit a44339c

File tree

22 files changed

+1400
-752
lines changed

22 files changed

+1400
-752
lines changed

client/packages/lowcoder/src/pages/ComponentDoc/examples/CalendarInputComp/Calendar.tsx

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -296,54 +296,6 @@ export default function CalendarExample() {
296296
compFactory={ChartCompWithDefault}
297297
/>
298298
</ExampleGroup>
299-
300-
<ExampleGroup
301-
title="Animation Style"
302-
description="The Following Examples Show different Animation Styles on the Calendar Component."
303-
>
304-
<Example
305-
title="Bounce Animation"
306-
width={700}
307-
height={600}
308-
config={{
309-
animationStyle: {
310-
"animation": "bounce",
311-
"animationDelay": "1s",
312-
"animationDuration": "3s",
313-
"animationIterationCount": "infinite"
314-
},
315-
}}
316-
compFactory={ChartCompWithDefault}
317-
/>
318-
<Example
319-
title="Swing Animation"
320-
width={700}
321-
height={600}
322-
config={{
323-
animationStyle: {
324-
"animation": "swing",
325-
"animationDelay": "1s",
326-
"animationDuration": "3s",
327-
"animationIterationCount": "infinite"
328-
},
329-
}}
330-
compFactory={ChartCompWithDefault}
331-
/>
332-
<Example
333-
title="Tada Animation"
334-
width={700}
335-
height={600}
336-
config={{
337-
animationStyle: {
338-
"animation": "tada",
339-
"animationDelay": "1s",
340-
"animationDuration": "3s",
341-
"animationIterationCount": "infinite"
342-
},
343-
}}
344-
compFactory={ChartCompWithDefault}
345-
/>
346-
</ExampleGroup>
347299
</>
348300
);
349301
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy