0.1.0 • Published 1 year ago

ez-ui-elements v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

EZ-UI-Elements

Files Repo Size *

This is a Quick and easy way to create common elements for your site

Features

  • form Elements

Documentation

Here are the step by step instruction on how to start using this package.

Run Locally

Clone the project

  git clone https://github.com/egomezm/ez-ui-elements

Go to the project directory

  cd ez-ui-elements

Install dependencies

  npm install

Start the server

  npm run start

Installation

Install my-project with npm

  npm install ez-ui-elements
  cd ez-ui-elements

Usage/Examples

import EzTextInput from 'ez-ui-elements'

function App() {
  return <EzTextInput />
}

https://onlyoneaman.medium.com/creating-an-npm-package-from-react-component-ee5b0ba0cd49

0.1.0

1 year ago