UNPKG

ui-neu

Version:

Neu UI, a responsive React component library.

7 lines (4 loc) 178 B
import React from "react"; import styled from "styled-components"; const StyledForm = styled.form``; export const Form = ({ children }) => <StyledForm>{children}</StyledForm>;