Skip to content

Mila components is a humble library of reusable components, based on React, developed as a final master thesis project.

Notifications You must be signed in to change notification settings

GomezIvann/mila-components

Repository files navigation

Mila icon

Mila components

Mila components is a humble library of reusable components, based on React framework, developed as a final master thesis project.

How to use

You can install the library right now via npm:

npm i mila-components

Usage

import { Button, Heading, TextInput } from "mila-components";

const Example = () => (
  <>
    <Heading>Mila components</Heading>
    <TextInput label="Enter your name" placeholder="John Doe" />
    <Button type="submit" onClick={() => alert("Submitted!")}>
      Submit
    </Button>
  </>
);

Where to find more

Learn everything about Mila design foundations and components in the official documentation site.

About

Mila components is a humble library of reusable components, based on React, developed as a final master thesis project.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published