UNPKG

react-craftify-core

Version:

React-craftify is a versatile React component library designed to enhance the user interface of your web applications. With a focus on aesthetics and usability, React-craftify provides a collection of customizable UI components that can seamlessly integra

9 lines (6 loc) 190 B
import React from "react"; import Row from "./Row"; import Container from "./Container/Container"; import Col from "./Col"; import "./Layout.scss"; export { Row, Container, Col };