0.0.2 • Published 4 years ago

@samirergaibi/components v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Components

A collection of components to use in whatever project you need it in.

Installation

With npm:

npm install @samirergaibi/components

Usage

Import whatever component you need and use it.

Example

import React from "react";
import { Spinner } from "@samirergaibi/components";

const YourComponent = () => {
  return (
    <div>
      <Spinner color="#34b1eb" />
    </div>
  );
}
0.0.2

4 years ago

0.0.1

4 years ago

1.0.61

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago