Use click outside & noise & border trail & grid pattern #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces new hooks and creative effects, as well as updates to existing components and categories. The most important changes include adding a new
useClickOutside
hook, creating new animated and static noise components, and introducing a border trail effect.New Hooks:
useClickOutsideCategory
to the hooks section (src/ui/cuicui/hooks/hooks.section.tsx
,src/ui/cuicui/hooks/use-click-outside/category.use-click-outside.tsx
) [1] [2] [3].useOnClickOutside
hook for detecting clicks outside a specified element (src/ui/cuicui/hooks/use-click-outside/use-click-outside.ts
).Creative Effects:
AnimatedNoise
andStaticNoise
components for creative noise effects (src/ui/cuicui/other/creative-effects/animated-noise/animated-noise.tsx
,src/ui/cuicui/other/creative-effects/animated-noise/component.animated-noise.tsx
,src/ui/cuicui/other/creative-effects/animated-noise/preview.animated-noise.tsx
,src/ui/cuicui/other/creative-effects/animated-noise/preview.static-noise.tsx
,src/ui/cuicui/other/creative-effects/animated-noise/static-noise.tsx
) [1] [2] [3] [4] [5].BorderTrail
component for creating a border trail effect (src/ui/cuicui/other/creative-effects/border-trail/border-trail.tsx
,src/ui/cuicui/other/creative-effects/border-trail/component.animated-noise.tsx
,src/ui/cuicui/other/creative-effects/border-trail/preview.border-trail.tsx
) [1] [2] [3].Category Updates:
creativeEffectCategory
to include new components (src/ui/cuicui/other/creative-effects/category.creative-effet.tsx
) [1] [2].gridPatternComponent
to the patterns category (src/ui/cuicui/other/patterns/grid-pattern/component.grid-pattern.tsx
,src/ui/cuicui/other/patterns/grid-pattern/grid-pattern.tsx
,src/ui/cuicui/other/patterns/patterns.category.tsx
) [1] [2] [3] [4].Tools:
cssSelectorsCategory
with a visual guide to CSS selectors (src/ui/cuicui/tools/css-selectors/category.css-selectors.tsx
,src/ui/cuicui/tools/css-selectors/page.css-selectors.tsx
) [1] [2].noiseGeneratorCategory
for generating noise for creative projects (src/ui/cuicui/tools/noise-creator/category.noise-generator.tsx
).