Skip to content
View jcz530's full-sized avatar

Block or report jcz530

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. shadows shadows Public

    A CSS Box-Shadow generator.It allows multiple shadow layers and preview customization.

    Vue 3

  2. laravel-plus-react laravel-plus-react Public

    A sample project showing React integrating with Laravel without using an SPA. This project compliments the tutorial linked below.

    PHP 9 7

  3. Ant Design Netlify Contact Form Comp... Ant Design Netlify Contact Form Component
    1
    import React from 'react'
    2
    import { Row, Col, Button, Form, Input } from 'antd'
    3
    const { TextArea } = Input
    4
    import { UserOutlined, MailOutlined } from '@ant-design/icons'
    5