Skip to content

dynamiclayer/dynamiclayer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicLayer CLI

A command-line tool for quickly adding pre-built React Native components to your project.

Installation

npm install dynamiclayer

Dependencies

Make sure to install the required dependencies in your project:

npm install react-native-safe-area-context react-native-svg react-native-reanimated

Usage

Add components to your project using the CLI:

dynamiclayer add <component-name>

Available components:

  • badge - A versatile badge component
  • avatar - A flexible avatar component

Components

Badge Component

import { Badge } from "@/components/ui/badge"

<Badge type="success" size="md">Success</Badge>

View Badge Documentation

Avatar Component

import { Avatar } from "@/components/ui/avatar"

<Avatar type="icon" state="online" size="lg" />

View Avatar Documentation

Component Organization

Components are installed following a consistent structure:

your-project/
├── assets/
│   └── icons/
│       ├── avatarIcon.js
│       ├── onlineIcon.js
│       └── offlineIcon.js
├── components/
│   └── ui/
│       ├── Avatar.js
│       └── Badge.js
└── styles/
    └── style.js

Features

  • 🚀 Quick component installation
  • 📦 Pre-built, customizable components
  • 🎨 Consistent styling system
  • 🔧 Easy to extend and customize
  • 📱 Fully responsive design

License

This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published