0.0.14 • Published 9 months ago

@vattghern203/edo-tensei v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Using Edo Tensei Library for React Unstyled Components 🚀

Edo Tensei is a library that provides a collection of simple yet useful components for React applications. These components are designed to assist web developers in creating common UI elements. Edo Tensei is built using React, TypeScript, Styled Components, React Icons, Composition Pattern, and follows React best practices. 💡

Prerequisites 🛠️

Before you get started, ensure you have the following:

  • Node.js and npm installed on your system. 🌐
  • Basic knowledge of React and JavaScript. 💻

Installation and Setup 🛠️

To use the Edo Tensei library in your project, follow these steps:

1. Install the Package 📦

Open your terminal and navigate to your project directory. Run the following command to install the Edo Tensei library:

npm install @vattghern203/edo-tensei

2. Import Components 📥

import { Button } from '@vattghern203/edo-tensei';

function App() {
  return (
    <div>
      {/* Other components */}
      <Button>Click me</Button>
    </div>
  );
}
0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago