0.15.0 • Published 2 years ago
@joaomelo/components v0.15.0
components and styles for vue projects
explore
local site with examples with npm run book
use
at entry point import styles with
import "@joaomelo/components/styles.css";
use it inside components
import { FieldsForm } from "@joaomelo/components";
...