Skip to content

Repository files navigation

@maverickchampi/components

A lightweight, typed UI component library built with React and TypeScript.

npm version

Preview

You can see a live preview of the components in https://maverickchampi-components.vercel.app/

Installation

npm install @maverickchampi/components

Usage

import { Button, Input } from "@maverickchampi/components";
import "@maverickchampi/components/dist/index.css";

function App() {
  return (
    <form>
      <Input label="Email" type="email" />
      <Button variant="primary">Submit</Button>
    </form>
  );
}

Peer dependencies

Requires React 18 (not React 19 yet):

{
  "react": ">=18",
  "react-dom": ">=18"
}

License

MIT

About

Maverick Champi UI Components

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages