Skip to content

sener3/next-component-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

After you clone the repo, you should install the dependencies:

yarn

Generating Components

To generate a new component template, follow these steps:

  1. Run the yarn generate-component command, followed by the name of the component you want to create. For example, to create a "Button" component:
yarn generate-component Button
  1. You can find the newly generated component in the components directory, ready for you to start customizing and using in your Next.js application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published